summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sysupgrade for adm5120Felix Fietkau2008-09-251-0/+25
| | | | | | | | | | 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
* call autoconf when there's no ./configure script, move it at Build/Prepare stageNicolas Thill2008-09-251-5/+7
| | | | SVN-Revision: 12693
* move CONFIG_MEDIA_ATTACH & CONFIG_VIDEO_ALLOW_V4L1 to generic config and ↵Nicolas Thill2008-09-2511-20/+2
| | | | | | disable the later (deprecated Video for Linux API v1) SVN-Revision: 12692
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵Nicolas Thill2008-09-2420-4/+19
| | | | | | it on targets where USB is supported SVN-Revision: 12690
* allow SDK to install trunk packages with scripts/feeds & build them, instead ↵Nicolas Thill2008-09-241-1/+6
| | | | | | of trying to embed precompiled ones (closes: #3097) SVN-Revision: 12689
* firewall changes: - implement a REJECT policy and enable it by default, ↵Nicolas Thill2008-09-242-33/+57
| | | | | | reject packets with approriate response (closes: #3970) - cleanup syn_flood and remove logging SVN-Revision: 12688
* don't override netfilter configuration on stormNicolas Thill2008-09-241-49/+0
| | | | SVN-Revision: 12686
* load {arp,eb,ip6}tables kernel modules last after other conntrack modules ↵Nicolas Thill2008-09-241-3/+3
| | | | | | (closes: #4032) SVN-Revision: 12685
* add missing CONFIG_BLK_DEV_SL82C105 symbol for 2.6.23Nicolas Thill2008-09-241-0/+1
| | | | SVN-Revision: 12684
* add missing CONFIG_SPI_DEBUG symbolNicolas Thill2008-09-244-0/+4
| | | | SVN-Revision: 12683
* fix button-hotplug build on kernel versions where BIT_MASK is not defined (< ↵Nicolas Thill2008-09-241-0/+4
| | | | | | 2.6.24) SVN-Revision: 12682
* fix qos dependency on iptables-mod-conntrack-extra for CONNMARK (closes: #4035)Nicolas Thill2008-09-241-3/+3
| | | | SVN-Revision: 12681
* build 'IPsec BEET mode' as a module on stormNicolas Thill2008-09-241-1/+1
| | | | SVN-Revision: 12680
* don't fail if there are no modules.mk under ./target/linux/Nicolas Thill2008-09-231-1/+1
| | | | SVN-Revision: 12675
* use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes ↵Felix Fietkau2008-09-238-8/+8
| | | | | | #2998) SVN-Revision: 12674
* parse the a/g mode setting in /etc/config/wireless when setting up hostapd ↵Felix Fietkau2008-09-231-1/+8
| | | | | | (instead of hardcoding it to g) SVN-Revision: 12673
* fix small logic error in x86 sysupgrade script, which prevented upgrades ↵Felix Fietkau2008-09-231-1/+1
| | | | | | from jffs2 to squashfs (#3321) SVN-Revision: 12672
* don't emit ifup hotplug events on dhcp renew - use a new iface hotplug type ↵Felix Fietkau2008-09-231-1/+5
| | | | | | 'update' instead; fixes #3906 SVN-Revision: 12671
* madwifi: fix locking issues in state machine changesFelix Fietkau2008-09-234-43/+8
| | | | SVN-Revision: 12670
* firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC ↵Felix Fietkau2008-09-233-4/+4
| | | | | | to ensure that overwritten files have the right size (fixes #3505) SVN-Revision: 12667
* AR7 watchdog supports magic closeFelix Fietkau2008-09-231-1/+1
| | | | | | | | | | 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
* fix dnsmasq errors that occur on linux 2.4 if ipv6 is compiled as module, ↵Felix Fietkau2008-09-231-0/+44
| | | | | | but not used SVN-Revision: 12664
* fix multiple instances of busybox httpd (thx, Yanira)Felix Fietkau2008-09-231-1/+1
| | | | SVN-Revision: 12663
* experimental support for the Motorola MU GatewayGabor Juhos2008-09-2311-10/+171
| | | | SVN-Revision: 12662
* add missing /etc/functions.sh include required for saving network state ↵Nicolas Thill2008-09-232-0/+2
| | | | | | (closes: #3902) SVN-Revision: 12660
* make links to statup scripts in /etc/rc.d relativeNicolas Thill2008-09-231-2/+2
| | | | SVN-Revision: 12659
* add feeds.conf to .gitignoreFelix Fietkau2008-09-231-0/+1
| | | | SVN-Revision: 12658
* fix sysupgrade support for brcm-2.4 and brcm47xx make mtd refresh based ↵Felix Fietkau2008-09-233-14/+21
| | | | | | config append optional (leave enabled on x86) SVN-Revision: 12657
* clean up mtd, fix up trx header when integrating jffs2 data on broadcom devicesFelix Fietkau2008-09-236-80/+209
| | | | SVN-Revision: 12655
* add board specific UART registrationGabor Juhos2008-09-238-5/+28
| | | | SVN-Revision: 12654
* remove 2.6.25 config filesGabor Juhos2008-09-232-563/+0
| | | | SVN-Revision: 12653
* Avoid endless recursion in uClibc pthreads.Lars-Peter Clausen2008-09-221-0/+14
| | | | SVN-Revision: 12652
* mtd: use broadcom specific code on linux 2.6 as wellFelix Fietkau2008-09-221-0/+4
| | | | SVN-Revision: 12651
* fix mtd target define for brcm-2.4Felix Fietkau2008-09-221-1/+1
| | | | SVN-Revision: 12650
* make the whole iptables/netfiter modular (closes: #3871, #3527)Nicolas Thill2008-09-229-144/+285
| | | | SVN-Revision: 12649
* upgrade busybox to v1.11.2 and add current upstream fixesNicolas Thill2008-09-2210-277/+336
| | | | SVN-Revision: 12648
* remove patch missed from [12498] only needed for ipkg supportNicolas Thill2008-09-221-185/+0
| | | | SVN-Revision: 12647
* Upgrade iw to stable 0.9.5Florian Fainelli2008-09-211-8/+4
| | | | SVN-Revision: 12642
* Remove 2.6.22 kernel configuration fileFlorian Fainelli2008-09-211-1675/+0
| | | | SVN-Revision: 12639
* Remove 2.6.22 files, no target uses them anymoreFlorian Fainelli2008-09-2150-44864/+0
| | | | SVN-Revision: 12638
* rename generic-2.6/config-default to generic-2.6/config-2.6.21Felix Fietkau2008-09-211-0/+0
| | | | SVN-Revision: 12637
* rename generic-2.6/patches to generic-2.6/patches-2.6.21Felix Fietkau2008-09-2144-0/+0
| | | | SVN-Revision: 12636
* atheros: don't try to enable pci on AR2317 (fixes #3533)Felix Fietkau2008-09-192-22/+16
| | | | SVN-Revision: 12633
* Restore config after running scripts/env diff.Lars-Peter Clausen2008-09-181-0/+1
| | | | SVN-Revision: 12632
* remove some debug stuffGabor Juhos2008-09-183-14/+0
| | | | SVN-Revision: 12631
* create firmware image for the WP543 boardGabor Juhos2008-09-181-9/+38
| | | | SVN-Revision: 12628
* add MyLoader supportGabor Juhos2008-09-1810-43/+309
| | | | SVN-Revision: 12627
* remove 2.6.25 config as wellGabor Juhos2008-09-181-243/+0
| | | | SVN-Revision: 12626
* nuke 2.6.25 specific patchesGabor Juhos2008-09-1812-506/+0
| | | | SVN-Revision: 12625
* WP543: add static mtd partitionsGabor Juhos2008-09-181-1/+25
| | | | SVN-Revision: 12624