| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- support kernel config overlays in env/
- allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env
SVN-Revision: 26498
|
|
|
|
|
|
| |
dependencies that do not propagate to other packages
SVN-Revision: 26491
|
|
|
|
|
|
| |
detecting largefile support (#8376, #5681)
SVN-Revision: 26471
|
|
|
|
| |
SVN-Revision: 26460
|
|
|
|
| |
SVN-Revision: 26459
|
|
|
|
|
|
|
|
|
|
|
| |
Netfilter LED target triggers blinkenlichten when a network packet hits
a rule.
LED target requires iptables 1.4.9 or higher
Signed-off-by: Łukasz Stelmach <stlman@poczta.fm>
SVN-Revision: 26451
|
|
|
|
|
|
| |
This was missing in r26441
SVN-Revision: 26442
|
|
|
|
|
|
| |
- makes it about 20% faster
SVN-Revision: 26436
|
|
|
|
|
|
| |
makes prereq checks more than twice as fast
SVN-Revision: 26435
|
|
|
|
|
|
| |
variable is empty, speeds up "make prereq" by 25% when lots of packages are installed
SVN-Revision: 26434
|
|
|
|
|
|
| |
command chain, not in front of every single command
SVN-Revision: 26432
|
|
|
|
|
|
| |
package build and fixes some "Argument list too long" errors Patch by Thomas Langer from #8450
SVN-Revision: 26431
|
|
|
|
|
|
| |
Based on a patch by Jonas Gorski
SVN-Revision: 26422
|