Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.ko | Felix Fietkau | 2012-06-18 | 2 | -0/+2 |
| | | | | | | | | | | | | | | kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko if it is not included into the kmod-ipt-nathelper-extra packge the modules nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded: [ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0) [ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0) Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 32434 | ||||
* | kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make kmod-pptp ↵ | Jo-Philipp Wich | 2012-06-18 | 1 | -7/+21 |
| | | | | | | depend on kmod-pppox (#11677) SVN-Revision: 32433 | ||||
* | 6rd: apply the same simplifications done in 6to4 and 6in4 | Jo-Philipp Wich | 2012-06-18 | 3 | -41/+6 |
| | | | | SVN-Revision: 32432 | ||||
* | Add new package for configuring 6rd tunnels. | Jo-Philipp Wich | 2012-06-18 | 5 | -0/+300 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for manually configuring 6rd tunnels. It depends on the netifd patches I sent earlier, which add 6rd support. A basic interface configuration looks like: config interface 'wan6' option proto '6rd' option peeraddr '192.0.2.1' option ip6prefix '2123::' option ip6prefixlen '16' option ip4prefixlen '0' Where ip4prefixlen is optional and actually defaults to 0, which would use all bits of the IPv4 in the calculated IPv6 subnet. I believe it should be possible to configure a regular 6to4 tunnel using this, and that we may want to merge the two eventually, but there are some larger differences between the two at the moment: - 6rd addresses can be more difficult to calculate. My ISP, for example, has a setup with a v6 mask of 43 bits, and a v4 mask of 19. - 6to4 has support for configuring radvd. This is something we want, of course, but it seems best to deal with this in a separate patch. Just creating a new package looked like the quickest way to get this in. This work is based on the 6in4 package, and work by Stijn Tintel. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 32431 | ||||
* | netifd: bump again to git head, fix device present state after reconnecting ↵ | Jo-Philipp Wich | 2012-06-18 | 1 | -2/+2 |
| | | | | | | shell protos SVN-Revision: 32430 | ||||
* | netifd: update to latest version again, fixes route6 issues (#11528) | Felix Fietkau | 2012-06-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 32429 | ||||
* | 6in4, 6to4: further simplify protocol backends - use new default route ↵ | Jo-Philipp Wich | 2012-06-18 | 6 | -80/+9 |
| | | | | | | dependencies to trigger bringup - remove old hotplug scripts SVN-Revision: 32428 | ||||
* | netifd: update to latest version, adds 6rd related changes and adds support ↵ | Felix Fietkau | 2012-06-18 | 1 | -2/+2 |
| | | | | | | for default route dependencies (through host route dependencies) SVN-Revision: 32426 | ||||
* | build: allow KERNELNAME to contain multiple kernel make targets | Florian Fainelli | 2012-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 32423 | ||||
* | remove inittab override | Jo-Philipp Wich | 2012-06-18 | 1 | -5/+0 |
| | | | | SVN-Revision: 32422 | ||||
* | fix ccache related build breakage | John Crispin | 2012-06-18 | 2 | -2/+6 |
| | | | | SVN-Revision: 32421 | ||||
* | mac80211: update to wireless-testing 2012-06-14 | Felix Fietkau | 2012-06-18 | 54 | -1960/+1418 |
| | | | | SVN-Revision: 32420 | ||||
* | uhttpd: finish inherited uloop in forked childs, fixes misdispatched events ↵ | Jo-Philipp Wich | 2012-06-18 | 3 | -1/+7 |
| | | | | | | leading to race conditions and bad memory accesses SVN-Revision: 32419 | ||||
* | e2fsprogs: fix md5sum issue | Luka Perkov | 2012-06-17 | 2 | -2/+2 |
| | | | | | | md5sum from kernel.org and sourceforge.net are not the same SVN-Revision: 32418 | ||||
* | acx-mac80211: Add workaround for mac80211 hw-queue check | Vasilis Tsiligiannis | 2012-06-17 | 1 | -0/+42 |
| | | | | SVN-Revision: 32417 | ||||
* | acx-mac80211: Bump to v20120607 | Vasilis Tsiligiannis | 2012-06-17 | 3 | -21/+6 |
| | | | | SVN-Revision: 32416 | ||||
* | acx-mac80211: Allow firmware downloading for more ACX1xx cards | Vasilis Tsiligiannis | 2012-06-17 | 1 | -33/+141 |
| | | | | SVN-Revision: 32415 | ||||
* | e2fsprogs: update to 1.42.4 | Luka Perkov | 2012-06-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 32414 | ||||
* | e2fsprogs: update to 1.42.4 | Luka Perkov | 2012-06-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 32413 | ||||
* | fix SPI message control handling for BCM6338/6348 | Florian Fainelli | 2012-06-17 | 5 | -5/+133 |
| | | | | | | | | | BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of 16-bits. We were previously using a 16-bits write which corrupted the first byte of the TX FIFO. Also the message type was always set to Full-duplex even in the case of half-duplex messages. SVN-Revision: 32409 | ||||
* | 6in4, 6to4: remove dependency on "ip" | Jo-Philipp Wich | 2012-06-17 | 2 | -2/+2 |
| | | | | SVN-Revision: 32403 | ||||
* | 6to4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵ | Jo-Philipp Wich | 2012-06-17 | 2 | -44/+13 |
| | | | | | | json_get_vars() to read settings SVN-Revision: 32402 | ||||
* | 6in4: change local4 option name back to ipaddr | Jo-Philipp Wich | 2012-06-17 | 1 | -5/+5 |
| | | | | SVN-Revision: 32401 | ||||
* | 6in4: use network_find_wan() and network_get_iapddr() to find local ip, use ↵ | Jo-Philipp Wich | 2012-06-17 | 2 | -42/+11 |
| | | | | | | json_get_vars() to read settings SVN-Revision: 32400 | ||||
* | base-files: implement network_get_gateway(), network_get_gateway6(), ↵ | Jo-Philipp Wich | 2012-06-17 | 2 | -1/+60 |
| | | | | | | network_find_wan() and network_find_wan6() in /lib/functions/network.sh SVN-Revision: 32397 | ||||
* | fuse: update to 2.9.0 | Felix Fietkau | 2012-06-16 | 3 | -49/+3 |
| | | | | SVN-Revision: 32396 | ||||
* | kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵ | Felix Fietkau | 2012-06-16 | 3 | -74/+32 |
| | | | | | | | | that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk SVN-Revision: 32395 | ||||
* | fuse: move kmod-fuse to package/kernel | Felix Fietkau | 2012-06-16 | 2 | -16/+15 |
| | | | | SVN-Revision: 32394 | ||||
* | fuse: remove obsolete patches | Felix Fietkau | 2012-06-16 | 4 | -143/+0 |
| | | | | SVN-Revision: 32393 | ||||
* | remove broken flags | Florian Fainelli | 2012-06-16 | 1 | -2/+2 |
| | | | | | | Thanks to Nicolas Le Falher for testing on Bifferboard. SVN-Revision: 32389 | ||||
* | set explicit -lpthread | John Crispin | 2012-06-16 | 1 | -1/+3 |
| | | | | SVN-Revision: 32388 | ||||
* | fixes ccache compile and adds missing -lc | John Crispin | 2012-06-15 | 2 | -4/+3 |
| | | | | SVN-Revision: 32387 | ||||
* | ccache does not need zcat | John Crispin | 2012-06-15 | 1 | -1/+0 |
| | | | | SVN-Revision: 32385 | ||||
* | use ttyS0 @ 115200 baud as default for KVM guests | Jo-Philipp Wich | 2012-06-15 | 1 | -3/+3 |
| | | | | SVN-Revision: 32384 | ||||
* | uclibc++.mk: override the cc binary instead of the wrapper command when ↵ | Jo-Philipp Wich | 2012-06-15 | 1 | -0/+4 |
| | | | | | | ccache is used SVN-Revision: 32383 | ||||
* | ath9k: fix an invalid pointer access in the tx path | Felix Fietkau | 2012-06-14 | 4 | -11/+61 |
| | | | | SVN-Revision: 32376 | ||||
* | build: add a config option for choosing the prefered standard c++ library ↵ | Felix Fietkau | 2012-06-14 | 3 | -0/+29 |
| | | | | | | and add uclibc++.mk to make this easy to handle in packages SVN-Revision: 32369 | ||||
* | build: add a variable for injecting config variable dependencies for the ↵ | Felix Fietkau | 2012-06-14 | 1 | -1/+1 |
| | | | | | | .prepared stamp SVN-Revision: 32368 | ||||
* | add uclibc++ (from packages) | Felix Fietkau | 2012-06-14 | 8 | -0/+380 |
| | | | | SVN-Revision: 32367 | ||||
* | Config.in: remove obsolete dependency | Felix Fietkau | 2012-06-14 | 1 | -1/+0 |
| | | | | SVN-Revision: 32366 | ||||
* | include/package-ipkg.mk: fix copying provides list introduced in r32332 | Felix Fietkau | 2012-06-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 32358 | ||||
* | netifd: update to latest version, adds back the workaround for ignoring ↵ | Felix Fietkau | 2012-06-14 | 1 | -2/+2 |
| | | | | | | wlan* in /etc/config/network SVN-Revision: 32356 | ||||
* | kirkwood: fix typo in uci-defaults/leds | Luka Perkov | 2012-06-13 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Martin Mueller <mm@sig21.net> SVN-Revision: 32343 | ||||
* | base-files: enable shell tracing in initscripts when INIT_TRACE is set | Jo-Philipp Wich | 2012-06-13 | 1 | -1/+3 |
| | | | | SVN-Revision: 32340 | ||||
* | base-files: override Build/Compile/Default instead of Build/Compile (fixes ↵ | Felix Fietkau | 2012-06-13 | 1 | -1/+2 |
| | | | | | | #11667) SVN-Revision: 32339 | ||||
* | ar71xx: swap the PHY address of the ethernet port of TL-MR3040/TL-MR11U ↵ | Felix Fietkau | 2012-06-13 | 1 | -0/+3 |
| | | | | | | similar to TL-MR3020 to fix ethernet link detection SVN-Revision: 32336 | ||||
* | package-ipkg.sh: copy the package provides list for all virtual PROVIDES | Jo-Philipp Wich | 2012-06-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 32332 | ||||
* | gen-dependencies.sh: only include lib*.so* files in dependency list, to ↵ | Jo-Philipp Wich | 2012-06-12 | 1 | -1/+1 |
| | | | | | | match the filtering of provides lists SVN-Revision: 32272 | ||||
* | ppp: make ppp-mod-pptp depend on resolveip | Jo-Philipp Wich | 2012-06-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 32269 | ||||
* | ppp: add missing options.pptp | Jo-Philipp Wich | 2012-06-11 | 1 | -0/+7 |
| | | | | SVN-Revision: 32233 |