Commit graph

8930 commits

Author SHA1 Message Date
Nicolas Thill
3029c2fd53 disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
2008-09-24 19:28:53 +00:00
Nicolas Thill
1990fc90fd allow SDK to install trunk packages with scripts/feeds & build them, instead of trying to embed precompiled ones (closes: #3097)
SVN-Revision: 12689
2008-09-24 17:11:41 +00:00
Nicolas Thill
d7810ed63e firewall changes: - implement a REJECT policy and enable it by default, reject packets with approriate response (closes: #3970) - cleanup syn_flood and remove logging
SVN-Revision: 12688
2008-09-24 15:10:16 +00:00
Nicolas Thill
73bbafd32a don't override netfilter configuration on storm
SVN-Revision: 12686
2008-09-24 14:43:35 +00:00
Nicolas Thill
0e3e521269 load {arp,eb,ip6}tables kernel modules last after other conntrack modules (closes: #4032)
SVN-Revision: 12685
2008-09-24 14:11:36 +00:00
Nicolas Thill
2def3b5f01 add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23
SVN-Revision: 12684
2008-09-24 13:58:23 +00:00
Nicolas Thill
4a5ee15bde add missing CONFIG_SPI_DEBUG symbol
SVN-Revision: 12683
2008-09-24 13:56:07 +00:00
Nicolas Thill
adea7e58b7 fix button-hotplug build on kernel versions where BIT_MASK is not defined (< 2.6.24)
SVN-Revision: 12682
2008-09-24 13:27:46 +00:00
Nicolas Thill
34a1fe969e fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035)
SVN-Revision: 12681
2008-09-24 13:06:01 +00:00
Nicolas Thill
94d41bca72 build 'IPsec BEET mode' as a module on storm
SVN-Revision: 12680
2008-09-24 12:55:42 +00:00
Nicolas Thill
ab04e16a1a don't fail if there are no modules.mk under ./target/linux/
SVN-Revision: 12675
2008-09-23 20:45:40 +00:00
Felix Fietkau
625b692c1f use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
SVN-Revision: 12674
2008-09-23 18:29:44 +00:00
Felix Fietkau
69692e019a parse the a/g mode setting in /etc/config/wireless when setting up hostapd (instead of hardcoding it to g)
SVN-Revision: 12673
2008-09-23 18:18:21 +00:00
Felix Fietkau
065306a9a8 fix small logic error in x86 sysupgrade script, which prevented upgrades from jffs2 to squashfs (#3321)
SVN-Revision: 12672
2008-09-23 17:46:23 +00:00
Felix Fietkau
35b92f0c99 don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type 'update' instead; fixes #3906
SVN-Revision: 12671
2008-09-23 17:29:22 +00:00
Felix Fietkau
deb3f95996 madwifi: fix locking issues in state machine changes
SVN-Revision: 12670
2008-09-23 17:28:19 +00:00
Felix Fietkau
216c6cd8a9 firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC to ensure that overwritten files have the right size (fixes #3505)
SVN-Revision: 12667
2008-09-23 16:12:40 +00:00
Felix Fietkau
c3ae8337f4 AR7 watchdog supports magic close
This patch adds the magic close flag (stopping the watchdog on an expected close
by wrting 'V' to the device before closing it) to the watchdogs list, which the
AR7 watchdog code actually supports.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>

SVN-Revision: 12666
2008-09-23 15:43:30 +00:00
Felix Fietkau
a361a8101c fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, but not used
SVN-Revision: 12664
2008-09-23 15:30:26 +00:00
Felix Fietkau
ebd408630f fix multiple instances of busybox httpd (thx, Yanira)
SVN-Revision: 12663
2008-09-23 15:24:02 +00:00
Gabor Juhos
cd9ca196b6 experimental support for the Motorola MU Gateway
SVN-Revision: 12662
2008-09-23 14:56:29 +00:00
Nicolas Thill
038f8c0532 add missing /etc/functions.sh include required for saving network state (closes: #3902)
SVN-Revision: 12660
2008-09-23 12:48:53 +00:00
Nicolas Thill
7218e6326f make links to statup scripts in /etc/rc.d relative
SVN-Revision: 12659
2008-09-23 12:35:34 +00:00
Felix Fietkau
c6aaa353b1 add feeds.conf to .gitignore
SVN-Revision: 12658
2008-09-23 11:06:06 +00:00
Felix Fietkau
f47a4a58c5 fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based config append optional (leave enabled on x86)
SVN-Revision: 12657
2008-09-23 11:05:54 +00:00
Felix Fietkau
bbd9eb4669 clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices
SVN-Revision: 12655
2008-09-23 09:23:58 +00:00
Gabor Juhos
6ce27efe73 add board specific UART registration
SVN-Revision: 12654
2008-09-23 07:24:15 +00:00
Gabor Juhos
0513f7bd6e remove 2.6.25 config files
SVN-Revision: 12653
2008-09-23 06:52:24 +00:00
Lars-Peter Clausen
aa10aa313d Avoid endless recursion in uClibc pthreads.
SVN-Revision: 12652
2008-09-22 22:51:53 +00:00
Felix Fietkau
d374e28a2b mtd: use broadcom specific code on linux 2.6 as well
SVN-Revision: 12651
2008-09-22 17:06:03 +00:00
Felix Fietkau
413b45df85 fix mtd target define for brcm-2.4
SVN-Revision: 12650
2008-09-22 17:03:06 +00:00
Nicolas Thill
2c8010b2dc make the whole iptables/netfiter modular (closes: #3871, #3527)
SVN-Revision: 12649
2008-09-22 15:19:59 +00:00
Nicolas Thill
2219c8b27f upgrade busybox to v1.11.2 and add current upstream fixes
SVN-Revision: 12648
2008-09-22 12:36:13 +00:00
Nicolas Thill
5d45133fc2 remove patch missed from [12498] only needed for ipkg support
SVN-Revision: 12647
2008-09-22 11:00:41 +00:00
Florian Fainelli
ed19d22451 Upgrade iw to stable 0.9.5
SVN-Revision: 12642
2008-09-21 14:51:44 +00:00
Florian Fainelli
fc3311fd6d Remove 2.6.22 kernel configuration file
SVN-Revision: 12639
2008-09-21 11:33:47 +00:00
Florian Fainelli
d1f4f4646d Remove 2.6.22 files, no target uses them anymore
SVN-Revision: 12638
2008-09-21 11:32:06 +00:00
Felix Fietkau
78fd83bd12 rename generic-2.6/config-default to generic-2.6/config-2.6.21
SVN-Revision: 12637
2008-09-21 11:27:29 +00:00
Felix Fietkau
4296e978da rename generic-2.6/patches to generic-2.6/patches-2.6.21
SVN-Revision: 12636
2008-09-21 11:25:17 +00:00
Felix Fietkau
e5dc717d22 atheros: don't try to enable pci on AR2317 (fixes #3533)
SVN-Revision: 12633
2008-09-19 14:19:59 +00:00
Lars-Peter Clausen
5ac7398565 Restore config after running scripts/env diff.
SVN-Revision: 12632
2008-09-18 20:45:12 +00:00
Gabor Juhos
23a45e0c6d remove some debug stuff
SVN-Revision: 12631
2008-09-18 18:41:03 +00:00
Gabor Juhos
3932821bce create firmware image for the WP543 board
SVN-Revision: 12628
2008-09-18 13:36:31 +00:00
Gabor Juhos
219ec2a419 add MyLoader support
SVN-Revision: 12627
2008-09-18 12:56:10 +00:00
Gabor Juhos
264279d6d3 remove 2.6.25 config as well
SVN-Revision: 12626
2008-09-18 12:43:05 +00:00
Gabor Juhos
ee906ec81e nuke 2.6.25 specific patches
SVN-Revision: 12625
2008-09-18 12:40:42 +00:00
Gabor Juhos
d590c14151 WP543: add static mtd partitions
SVN-Revision: 12624
2008-09-18 12:38:53 +00:00
Nicolas Thill
40f6992324 add patches to fixes gcc 4.2.x bugs: - fix gcc ICE when compiling package/ath9k (closes: #3816) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37014 - fix "undefined reference to `fmsub'" error on powerpc http://bugs.uclibc.org/view.php?id=1588
SVN-Revision: 12623
2008-09-18 12:24:32 +00:00
Gabor Juhos
a43e2d5ac6 fix the PCI byte lane enable generation code, based on a patch by Chris Dearman
SVN-Revision: 12617
2008-09-17 13:29:47 +00:00
Steven Barth
954c24c5ed Fixed a typo in the firewall scripts
SVN-Revision: 12616
2008-09-16 22:01:14 +00:00