Commit Graph

8947 Commits (2e91cf283b1a3c8477f242040d2687c2c685dc37)
 

Author SHA1 Message Date
Felix Fietkau 2e91cf283b madwifi: don't crash if the static rate is not in a per-node rateset
SVN-Revision: 12713
16 years ago
Gabor Juhos 31d6fde17f sync kernel config
SVN-Revision: 12712
16 years ago
Gabor Juhos 3b7f041bce sync kernel config
SVN-Revision: 12711
16 years ago
Nicolas Thill e812557612 add gpio related config symbols to generic config
SVN-Revision: 12710
16 years ago
Travis Kemen b42c11bb48 add option to shutoff softled
SVN-Revision: 12709
16 years ago
Gabor Juhos 3c8963aa9b remove broken status from the Big Endian subtarget
SVN-Revision: 12708
16 years ago
Felix Fietkau a38c409d6a fix some warnings
SVN-Revision: 12707
16 years ago
Felix Fietkau 5a0a3cbc00 mtd: improve support for reading input from a pipe. fixes sysupgrade
SVN-Revision: 12706
16 years ago
John Crispin d58b9ba0d0 add gpio_is_valid(); ifxmips, mmc_gpio was not building correctly
SVN-Revision: 12704
16 years ago
Felix Fietkau d0302d323b make sure a predefined CFLAGS variable does not get in the way (fix for #4038)
SVN-Revision: 12702
16 years ago
Nicolas Thill 3616f2d48c disable CONFIG_USB_SUPPORT on avr32
SVN-Revision: 12700
16 years ago
Lars-Peter Clausen 387da72d9c Fix a segfault in uclibc ldso.
SVN-Revision: 12698
16 years ago
Steven Barth c1ef612776 Embed luaposix and bitlib into Lua core library
SVN-Revision: 12696
16 years ago
Felix Fietkau 7300d22877 install missing busybox symlinks for sysupgrade (patch by Frédéric Moulins)
SVN-Revision: 12695
16 years ago
Felix Fietkau 71b68efe91 sysupgrade for adm5120
Sysupgrade adapted from the bcm47xx one.

Add a hook to disable watchdog before upgrading.

Signed-off-by: Frédéric Moulins <ffrrrr@gmail.com>

SVN-Revision: 12694
16 years ago
Nicolas Thill 63e0397058 call autoconf when there's no ./configure script, move it at Build/Prepare stage
SVN-Revision: 12693
16 years ago
Nicolas Thill 59a058534c move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and disable the later (deprecated Video for Linux API v1)
SVN-Revision: 12692
16 years ago
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
16 years ago
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
16 years ago
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
16 years ago
Nicolas Thill 73bbafd32a don't override netfilter configuration on storm
SVN-Revision: 12686
16 years ago
Nicolas Thill 0e3e521269 load {arp,eb,ip6}tables kernel modules last after other conntrack modules (closes: #4032)
SVN-Revision: 12685
16 years ago
Nicolas Thill 2def3b5f01 add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23
SVN-Revision: 12684
16 years ago
Nicolas Thill 4a5ee15bde add missing CONFIG_SPI_DEBUG symbol
SVN-Revision: 12683
16 years ago
Nicolas Thill adea7e58b7 fix button-hotplug build on kernel versions where BIT_MASK is not defined (< 2.6.24)
SVN-Revision: 12682
16 years ago
Nicolas Thill 34a1fe969e fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035)
SVN-Revision: 12681
16 years ago
Nicolas Thill 94d41bca72 build 'IPsec BEET mode' as a module on storm
SVN-Revision: 12680
16 years ago
Nicolas Thill ab04e16a1a don't fail if there are no modules.mk under ./target/linux/
SVN-Revision: 12675
16 years ago
Felix Fietkau 625b692c1f use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
SVN-Revision: 12674
16 years ago
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
16 years ago
Felix Fietkau 065306a9a8 fix small logic error in x86 sysupgrade script, which prevented upgrades from jffs2 to squashfs (#3321)
SVN-Revision: 12672
16 years ago
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
16 years ago
Felix Fietkau deb3f95996 madwifi: fix locking issues in state machine changes
SVN-Revision: 12670
16 years ago
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
16 years ago
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
16 years ago
Felix Fietkau a361a8101c fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, but not used
SVN-Revision: 12664
16 years ago
Felix Fietkau ebd408630f fix multiple instances of busybox httpd (thx, Yanira)
SVN-Revision: 12663
16 years ago
Gabor Juhos cd9ca196b6 experimental support for the Motorola MU Gateway
SVN-Revision: 12662
16 years ago
Nicolas Thill 038f8c0532 add missing /etc/functions.sh include required for saving network state (closes: #3902)
SVN-Revision: 12660
16 years ago
Nicolas Thill 7218e6326f make links to statup scripts in /etc/rc.d relative
SVN-Revision: 12659
16 years ago
Felix Fietkau c6aaa353b1 add feeds.conf to .gitignore
SVN-Revision: 12658
16 years ago
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
16 years ago
Felix Fietkau bbd9eb4669 clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices
SVN-Revision: 12655
16 years ago
Gabor Juhos 6ce27efe73 add board specific UART registration
SVN-Revision: 12654
16 years ago
Gabor Juhos 0513f7bd6e remove 2.6.25 config files
SVN-Revision: 12653
16 years ago
Lars-Peter Clausen aa10aa313d Avoid endless recursion in uClibc pthreads.
SVN-Revision: 12652
16 years ago
Felix Fietkau d374e28a2b mtd: use broadcom specific code on linux 2.6 as well
SVN-Revision: 12651
16 years ago
Felix Fietkau 413b45df85 fix mtd target define for brcm-2.4
SVN-Revision: 12650
16 years ago
Nicolas Thill 2c8010b2dc make the whole iptables/netfiter modular (closes: #3871, #3527)
SVN-Revision: 12649
16 years ago
Nicolas Thill 2219c8b27f upgrade busybox to v1.11.2 and add current upstream fixes
SVN-Revision: 12648
16 years ago