| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
SVN-Revision: 28627
|
|
|
|
|
|
|
| |
Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d
directory when the package supplied conffiles
SVN-Revision: 28595
|
|
|
|
| |
SVN-Revision: 28553
|
|
|
|
|
|
| |
ABOUT-NLS - needed by minidlna CVS version
SVN-Revision: 28464
|
|
|
|
|
|
| |
already applied
SVN-Revision: 28419
|
|
|
|
| |
SVN-Revision: 28395
|
|
|
|
|
|
| |
instead of the usual tarball
SVN-Revision: 28394
|
|
|
|
|
|
| |
or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case
SVN-Revision: 28361
|
|
|
|
| |
SVN-Revision: 28360
|
|
|
|
| |
SVN-Revision: 28322
|
|
|
|
|
|
| |
-processors option
SVN-Revision: 28305
|
|
|
|
| |
SVN-Revision: 28043
|
|
|
|
| |
SVN-Revision: 28022
|
|
|
|
| |
SVN-Revision: 27969
|
|
|
|
| |
SVN-Revision: 27939
|
|
|
|
| |
SVN-Revision: 27918
|
|
|
|
|
|
| |
OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use.
SVN-Revision: 27855
|
|
|
|
|
|
| |
missing-fhonour-copts warnings with external toolchains
SVN-Revision: 27771
|
|
|
|
|
|
|
| |
Linux 3.0 calls itself 3.0.0, so insmod expects the modules in
/lib/modules/3.0.0.
SVN-Revision: 27761
|
|
|
|
| |
SVN-Revision: 27748
|
|
|
|
| |
SVN-Revision: 27742
|
|
|
|
|
|
| |
Thank you Peter Wagner for the patch
SVN-Revision: 27722
|
|
|
|
|
|
| |
detection from r27407
SVN-Revision: 27444
|
|
|
|
| |
SVN-Revision: 27407
|
|
|
|
| |
SVN-Revision: 27404
|
|
|
|
| |
SVN-Revision: 27356
|
|
|
|
|
|
| |
host include dir, fixes x86 builds on non-gnu systems
SVN-Revision: 27346
|
|
|
|
|
|
| |
in menuconfig
SVN-Revision: 27344
|
|
|
|
| |
SVN-Revision: 27298
|
|
|
|
|
|
| |
compiling (#9573)
SVN-Revision: 27256
|
|
|
|
| |
SVN-Revision: 27218
|
|
|
|
|
|
| |
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27183
|
|
|
|
|
|
| |
patch from Peter Wagner
SVN-Revision: 27104
|
|
|
|
|
|
|
|
|
| |
- 4 field kernel versions
implement CompareKernelPatchVer using this new helper
implement kernel_patchver_{gt,ge,eq,le,lt}, which are more convenient for use with inline $(if)
SVN-Revision: 27087
|
|
|
|
| |
SVN-Revision: 27086
|
|
|
|
| |
SVN-Revision: 27033
|
|
|
|
| |
SVN-Revision: 27032
|
|
|
|
|
|
| |
the correct target names by now
SVN-Revision: 27023
|
|
|
|
|
|
|
|
|
|
| |
* add md5sum for kernel
* add some missing config symbols
* add some ssb patches to make compat-wireless compile
Thank you Peter Wagner for the patch
SVN-Revision: 27009
|
|
|
|
| |
SVN-Revision: 26977
|
|
|
|
|
|
|
|
| |
Otherwise cmake programs try to link with host ld.so
Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 26963
|
|
|
|
|
|
| |
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.
SVN-Revision: 26905
|
|
|
|
| |
SVN-Revision: 26714
|
|
|
|
| |
SVN-Revision: 26700
|
|
|
|
| |
SVN-Revision: 26627
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Allow a redirect like:
config redirect
option src 'wan'
option dest 'lan'
option src_dport '22001'
option dest_port '22'
option proto 'tcp'
note the absence of the "dest_ip" field, meaning to terminate the connection on the firewall itself.
This patch makes three changes:
(1) moves the conntrack module into the conntrack package (but not any of the conntrack_* helpers).
(2) fixes a bug where the wrong table is used when the "dest_ip" field is absent.
(3) accepts incoming connections on the destination port on the input_ZONE table, but only for DNATted
connections.
In the above example,
ssh -p 22 root@myrouter
would fail from the outside, but:
ssh -p 22001 root@myrouter
would succeed. This is handy if:
(1) you want to avoid ssh probes on your router, or
(2) you want to redirect incoming connections on port 22 to some machine inside your firewall, but
still want to allow firewall access from outside.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26617
|
|
|
|
|
|
| |
PKG_AUTOMAKE_PATHS
SVN-Revision: 26589
|
|
|
|
|
|
| |
toolchain is used, rely on `which` instead
SVN-Revision: 26584
|
|
|
|
|
|
|
|
|
|
| |
Add a bundle for including commonly useful modules for IPtables debugging and development.
For now, it just contains xt_TRACE.ko
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26567
|
|
|
|
|
|
| |
cryptic commands to figure out what's going on
SVN-Revision: 26499
|