Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | base-files: bump pkg revision after r23091, r23092 | Jo-Philipp Wich | 2010-09-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 23093 | |||||
* | base-files: kill possibly existing udhcpc instance when bringing up a dhcp ↵ | Jo-Philipp Wich | 2010-09-19 | 1 | -39/+26 | |
| | | | | | | iface, utilize service_kill() in dhcp shutdown. Based on patch by Stijn Tintel. Possibly related to #7314 SVN-Revision: 23092 | |||||
* | base-files: cached state vars after scan_interfaces might be out of sync ↵ | Jo-Philipp Wich | 2010-09-19 | 1 | -3/+3 | |
| | | | | | | when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state SVN-Revision: 23091 | |||||
* | firewall: protect iptables invocations with locks in interface ops, it might ↵ | Jo-Philipp Wich | 2010-09-19 | 2 | -1/+5 | |
| | | | | | | run concurrently due to hotplug invocations on network restart SVN-Revision: 23090 | |||||
* | ppp: use service_kill() | Jo-Philipp Wich | 2010-09-19 | 2 | -10/+2 | |
| | | | | SVN-Revision: 23088 | |||||
* | base-files: introduce service_kill() into functions.sh - a convenience ↵ | Jo-Philipp Wich | 2010-09-19 | 2 | -1/+18 | |
| | | | | | | wrapper for killing services by pid or pidfile with a grace period for termination before kill SVN-Revision: 23087 | |||||
* | Fix missing dependency in solos-pci module | Florian Fainelli | 2010-09-19 | 1 | -1/+1 | |
| | | | | | | | | | Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23086 | |||||
* | package/zlib: fix Darwin compile failure (closes #7963) | Alexandros C. Couloumbis | 2010-09-19 | 1 | -4/+3 | |
| | | | | SVN-Revision: 23085 | |||||
* | firewall: make invalid redirects and duplicate zones non-fatal, print a ↵ | Jo-Philipp Wich | 2010-09-16 | 4 | -10/+12 | |
| | | | | | | notice and discard them SVN-Revision: 23080 | |||||
* | rt2800pci: add back ifdown hang workaround that was accidentally dropped ↵ | Felix Fietkau | 2010-09-16 | 1 | -0/+29 | |
| | | | | | | during a compat-wireless update SVN-Revision: 23078 | |||||
* | hostapd: fix non-multicall wpa_supplicant compile | Felix Fietkau | 2010-09-15 | 1 | -2/+4 | |
| | | | | SVN-Revision: 23073 | |||||
* | Support for Solos PCI ADSL2+ modem This driver is used by Traverse ↵ | Jo-Philipp Wich | 2010-09-15 | 1 | -0/+17 | |
| | | | | | | | | | | Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23070 | |||||
* | Support for RTL-8139C+ ethernet adapters Signed-off-by: Nathan Williams ↵ | Jo-Philipp Wich | 2010-09-15 | 1 | -0/+16 | |
| | | | | | | <nathan@traverse.com.au> SVN-Revision: 23068 | |||||
* | hostapd: fix wpa_supplicant crash issues in WDS STA mode | Felix Fietkau | 2010-09-15 | 1 | -0/+43 | |
| | | | | SVN-Revision: 23067 | |||||
* | firewall: run ifdown hotplug events synchronized, fixes a racecondition on ↵ | Jo-Philipp Wich | 2010-09-15 | 3 | -10/+8 | |
| | | | | | | "ifup iface" when ifdown and ifup events are delivered with a small dealy SVN-Revision: 23064 | |||||
* | firewall: deliver remove hotplug events for all active zones/networks when ↵ | Jo-Philipp Wich | 2010-09-14 | 3 | -3/+42 | |
| | | | | | | restarting the firewall SVN-Revision: 23062 | |||||
* | mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵ | Felix Fietkau | 2010-09-14 | 34 | -455/+220 | |
| | | | | | | carl9170 with the recently merged upstream version SVN-Revision: 23061 | |||||
* | mac80211: add a pending fix for a locking error in the aggregation reorder ↵ | Felix Fietkau | 2010-09-14 | 1 | -0/+25 | |
| | | | | | | release code SVN-Revision: 23060 | |||||
* | ath9k: fix multi-bss operation (fixes #7914) | Felix Fietkau | 2010-09-14 | 1 | -0/+117 | |
| | | | | SVN-Revision: 23059 | |||||
* | package/opkg: add missing patch from r23050 | Alexandros C. Couloumbis | 2010-09-13 | 1 | -0/+41 | |
| | | | | SVN-Revision: 23052 | |||||
* | package/opkg: update to r563 | Alexandros C. Couloumbis | 2010-09-13 | 7 | -442/+4 | |
| | | | | SVN-Revision: 23050 | |||||
* | package/zlib: update to zlib-1.2.5 | Alexandros C. Couloumbis | 2010-09-13 | 2 | -216/+16 | |
| | | | | SVN-Revision: 23049 | |||||
* | broadcom-diag: SimpleShare: expose power button as reset to the system, ↵ | Jo-Philipp Wich | 2010-09-13 | 2 | -3/+2 | |
| | | | | | | remove actual reset button - it's hardwired and will reset the SoC (#7928) SVN-Revision: 23043 | |||||
* | opkg: - implement --add-dest and --add-arch commandline options, this allows ↵ | Jo-Philipp Wich | 2010-09-12 | 4 | -11/+249 | |
| | | | | | | to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation SVN-Revision: 23032 | |||||
* | Fix compilation of crypto modules. This fixes #7920 | Michael Büsch | 2010-09-12 | 1 | -2/+2 | |
| | | | | SVN-Revision: 23028 | |||||
* | iproute2: Add lex/yacc files dependencies. Refresh other patches. | Michael Büsch | 2010-09-12 | 6 | -39/+80 | |
| | | | | SVN-Revision: 23027 | |||||
* | Fix kernel crypto modules for >= 2.6.36 | Michael Büsch | 2010-09-11 | 1 | -2/+2 | |
| | | | | SVN-Revision: 23026 | |||||
* | firewall: - simplify masquerade rule setup - remove various subshell ↵ | Jo-Philipp Wich | 2010-09-11 | 7 | -94/+114 | |
| | | | | | | invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source SVN-Revision: 23024 | |||||
* | 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does ↵ | Jo-Philipp Wich | 2010-09-11 | 2 | -3/+3 | |
| | | | | | | not like it anymore SVN-Revision: 23022 | |||||
* | nvvram: no checksum error recording on WRT54G3GV2(-VF) | Florian Fainelli | 2010-09-11 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | The CFE of the WRT54G3GV2 expects two firmware images, if one of them produces a CRC error (which is the case after you installed OpenWrt, as there is no second image), it writes one of three consecutive bytes to the flash. (Look for "Image Status : IMG2_BAD" during boot.) After the third boot with a CRC error, it stops and waits for a new firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot. Tested with my own box. Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de> SVN-Revision: 23007 | |||||
* | update acx-mac80211 to 20100830 | Florian Fainelli | 2010-09-11 | 1 | -2/+2 | |
| | | | | SVN-Revision: 23002 | |||||
* | fix acx-mac80211 build failure with latest compat-wireless | Florian Fainelli | 2010-09-11 | 1 | -0/+33 | |
| | | | | SVN-Revision: 23001 | |||||
* | iproute2: Once the make calls were fixed up, parallel compile seems to work ↵ | Michael Büsch | 2010-09-09 | 1 | -1/+5 | |
| | | | | | | well. SVN-Revision: 22992 | |||||
* | uhttpd: break tight loop when receiving eof during header reading (#7904) | Jo-Philipp Wich | 2010-09-09 | 2 | -1/+5 | |
| | | | | SVN-Revision: 22988 | |||||
* | iproute2: Fix compilation | Michael Büsch | 2010-09-09 | 1 | -4/+7 | |
| | | | | SVN-Revision: 22987 | |||||
* | util-linux-ng: make build depend on libncurses, cfdisk is compiled ↵ | Jo-Philipp Wich | 2010-09-08 | 1 | -1/+1 | |
| | | | | | | unconditionally and will fail with missing input files if ncurses was not detected during configure SVN-Revision: 22982 | |||||
* | base-files: add an experimental "-c" flag which tries to preserve *all* ↵ | Jo-Philipp Wich | 2010-09-07 | 2 | -3/+20 | |
| | | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977 | |||||
* | From: Joseph Roback <openwrt-devel@roback.cc> | Michael Büsch | 2010-09-07 | 7 | -5/+15 | |
| | | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965 | |||||
* | opkg: add --force-run-hooks option to run postinstall scripts in offline ↵ | Jo-Philipp Wich | 2010-09-06 | 2 | -1/+69 | |
| | | | | | | root mode, utilize it for host package install SVN-Revision: 22960 | |||||
* | extracted firmware files were generated with an incorrect umask | John Crispin | 2010-09-06 | 1 | -2/+2 | |
| | | | | SVN-Revision: 22957 | |||||
* | package/kernel: update crypto.mk for kernel 2.6.36 | Alexandros C. Couloumbis | 2010-09-06 | 1 | -1/+2 | |
| | | | | SVN-Revision: 22954 | |||||
* | package/busybox: update to busybox-1.7.2, include upstream patches, refresh ↵ | Alexandros C. Couloumbis | 2010-09-06 | 9 | -178/+631 | |
| | | | | | | patches SVN-Revision: 22953 | |||||
* | base-files: make build dependant on opkg/host | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+1 | |
| | | | | SVN-Revision: 22948 | |||||
* | opkg: reintroduce host build, utilize fixed HOST_BUILD_DEPENDS and depend ↵ | Jo-Philipp Wich | 2010-09-06 | 1 | -0/+25 | |
| | | | | | | libtool/host SVN-Revision: 22947 | |||||
* | kernel: virtio modules depend on x86_kvm_guest Make the VirtIO modules ↵ | Jo-Philipp Wich | 2010-09-05 | 1 | -3/+3 | |
| | | | | | | | | depend on the new x86_kvm_guest subtarget. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22945 | |||||
* | kernel: add VirtIO device support Add support for VirtIO-based ↵ | Jo-Philipp Wich | 2010-09-05 | 1 | -0/+48 | |
| | | | | | | | | paravirtualized devices used by various virtualization platforms. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22943 | |||||
* | kernel: move xen.mk to virtual.mk Move Xen kernel modules into a general ↵ | Jo-Philipp Wich | 2010-09-05 | 1 | -6/+6 | |
| | | | | | | virtualization category. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22942 | |||||
* | firewall: - fix possible endless loop when the family option is used for ↵ | Jo-Philipp Wich | 2010-09-05 | 2 | -4/+6 | |
| | | | | | | forwardings - only generate forwarding rules in SNAT redirect sections if src_dip is specified SVN-Revision: 22938 | |||||
* | firewall: introduce SNAT support for redirect sections | Jo-Philipp Wich | 2010-09-05 | 3 | -4/+19 | |
| | | | | SVN-Revision: 22937 | |||||
* | Fix musb-hdrc module loading | Michael Büsch | 2010-09-05 | 1 | -2/+3 | |
| | | | | SVN-Revision: 22928 |