aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add patches to fixes gcc 4.2.x bugs: - fix gcc ICE when compiling ↵Nicolas Thill2008-09-189-0/+472
| | | | | | 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
* fix the PCI byte lane enable generation code, based on a patch by Chris DearmanGabor Juhos2008-09-171-5/+6
| | | | SVN-Revision: 12617
* Fixed a typo in the firewall scriptsSteven Barth2008-09-161-1/+1
| | | | SVN-Revision: 12616
* Fixed dependency handling for feedsSteven Barth2008-09-161-1/+1
| | | | SVN-Revision: 12615
* Fixed a typo in firewall scripts, closes #4000Steven Barth2008-09-151-1/+1
| | | | SVN-Revision: 12613
* use the Download/ macro to get ACX firmwaresNicolas Thill2008-09-152-31/+35
| | | | SVN-Revision: 12612
* add missing Kconfig symbolNicolas Thill2008-09-151-0/+1
| | | | SVN-Revision: 12611
* add missing dependency on libblkid to swap-utils, needed for swapon/off ↵Nicolas Thill2008-09-151-1/+1
| | | | | | (closes: #3993) SVN-Revision: 12610
* Compile fix libnl - hidden symbol `__clz_tab' (fix #3899) - thanks to gig-tmpJens Muecke2008-09-141-0/+71
| | | | SVN-Revision: 12609
* fix whitespace order in cflags without CONFIG_DEBUG to prevent breakage in ↵Felix Fietkau2008-09-131-1/+1
| | | | | | some packages' configure step SVN-Revision: 12601
* remove 2.6.25 specific stuffGabor Juhos2008-09-1385-14419/+1
| | | | SVN-Revision: 12598
* Revert r12510. Remove -rpath-link form TARGET_LDFLAGS as it breaks some ↵Lars-Peter Clausen2008-09-131-3/+4
| | | | | | packages. SVN-Revision: 12597
* fix build options in menuconfig: - move EXTERNAL_KERNEL_TREE & NO_STRIP from ↵Nicolas Thill2008-09-131-9/+7
| | | | | | DEVEL to BUILDOPTS - remove BUILDSYSTEM_SETTINGS and move DOWNLOAD_FOLDER to DEVEL SVN-Revision: 12592
* add new option for enabling debugging symbolsFelix Fietkau2008-09-132-6/+14
| | | | SVN-Revision: 12591