summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refresh patchesHauke Mehrtens2009-05-2122-332/+277
| | | | SVN-Revision: 15958
* Make patches apply agagin. The deleted parts were two times in the patches.Hauke Mehrtens2009-05-2118-2375/+0
| | | | SVN-Revision: 15957
* update ppp to v2.4.4 (#5102)Jo-Philipp Wich2009-05-2042-3008/+5084
| | | | SVN-Revision: 15955
* Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-17/+58
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15954
* Fix device name allocation This patch fixes a bug in madwifi where names for ↵Jo-Philipp Wich2009-05-201-0/+30
| | | | | | wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15950
* Build madwifi with compression capability enabled Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-0/+3
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15949
* Reload IMQ only when needed [PATCH] [qos-scripts] Use config_get_bool for ↵Jo-Philipp Wich2009-05-201-3/+3
| | | | | | halfduplex option Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15948
* Fix packet/connection marking when using halfduplex option This fixes an bug ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | where QoS is not applied to packets passing through POSTROUTING chain when using halfduplex option. Since QoS is done on IMQ device, packets should be marked before sending to the IMQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15947
* Reload modules with parameters specified This patch makes qos-scripts reload ↵Jo-Philipp Wich2009-05-201-2/+11
| | | | | | a module when there is need to pass some parameters to it. It fixes an issue on devices with more than two interfaces where many IMQ devices are needed but the module is already loaded with the default numdevs=2 Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15945
* profiles: madwifi is not supported on 2.4, remove atheros profileAndy Boyett2009-05-201-17/+0
| | | | SVN-Revision: 15944
* build: update svn url from https:// to svn://Andy Boyett2009-05-201-1/+1
| | | | SVN-Revision: 15941
* Detect every atheros device present This patch is for boards with more than ↵Jo-Philipp Wich2009-05-201-1/+1
| | | | | | one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15940
* change the uClibc-0.9.29 check (#5165)Florian Fainelli2009-05-201-1/+1
| | | | SVN-Revision: 15937
* 2.6.30: add lzma support to squashfs through pcompFelix Fietkau2009-05-206-18/+1566
| | | | SVN-Revision: 15934
* do not overrid CONFIG_BRIDGE (#5163)Florian Fainelli2009-05-201-1/+0
| | | | SVN-Revision: 15933
* use e2fsprogs 1.40.11 with uClibc 0.9.29 (#5085, #5033)Florian Fainelli2009-05-201-1/+6
| | | | SVN-Revision: 15932
* update to new stable 2.6.27.24Florian Fainelli2009-05-203-4/+4
| | | | SVN-Revision: 15931
* generic-2.6/2.6.30: gets rid of the length limitation on the name in the ↵Gabor Juhos2009-05-201-13/+24
| | | | | | mips_machine stuff SVN-Revision: 15930
* refresh patchesGabor Juhos2009-05-202-2/+2
| | | | SVN-Revision: 15929
* add experimental support for the Atheros PB44 boardGabor Juhos2009-05-209-0/+94
| | | | SVN-Revision: 15928
* disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211Florian Fainelli2009-05-194-1/+3
| | | | SVN-Revision: 15926
* enable LEDS in kernel configGabor Juhos2009-05-191-1/+1
| | | | SVN-Revision: 15925
* enable PCI supportGabor Juhos2009-05-191-2/+8
| | | | SVN-Revision: 15924
* sync kernel configGabor Juhos2009-05-191-36/+17
| | | | SVN-Revision: 15923
* remove 2.6.29 since there are no remaining users of itFlorian Fainelli2009-05-1993-43950/+0
| | | | SVN-Revision: 15922
* disable the watchdog if the bootloader left it enabledGabor Juhos2009-05-181-0/+24
| | | | SVN-Revision: 15920
* oops... add missing 2.6.30 configLars-Peter Clausen2009-05-181-0/+491
| | | | SVN-Revision: 15919
* bump to 2.6.30-rc6Lars-Peter Clausen2009-05-18159-1/+55656
| | | | SVN-Revision: 15918
* disable EABI for gemini and storm -- our toolchain can't support EABI on ↵Imre Kaloz2009-05-181-0/+1
| | | | | | plain armv4, yet SVN-Revision: 15914
* even more config file cleanupImre Kaloz2009-05-1831-78/+32
| | | | SVN-Revision: 15913
* upgrade to 2.6.30-rc6, refresh patchesImre Kaloz2009-05-1830-761/+95
| | | | SVN-Revision: 15912
* add missing SSB_BLOCKIO to prevent build failres, will resolve that globally ↵Florian Fainelli2009-05-181-0/+1
| | | | | | later SVN-Revision: 15911
* enable command line mtd partitionning and enable bridgingFlorian Fainelli2009-05-181-2/+1
| | | | SVN-Revision: 15910
* base-files: fixup resolv.conf check in udhcpc scriptJo-Philipp Wich2009-05-171-1/+1
| | | | SVN-Revision: 15903
* update to r4993Florian Fainelli2009-05-173-28/+33
| | | | SVN-Revision: 15901
* add support for sysupgrade (#5117)Florian Fainelli2009-05-172-1/+24
| | | | SVN-Revision: 15900
* opkg.conf: update trunk snapshots urlAndy Boyett2009-05-172-3/+3
| | | | SVN-Revision: 15899
* libertas: use last known stable firmware version, move it to "Wireless ↵Nicolas Thill2009-05-171-6/+8
| | | | | | Drivers" section, rename LICENSE file to match firmware SVN-Revision: 15892
* base-files: initialize GZIPED to 0 in sysupgrade since it's used later in ↵Nicolas Thill2009-05-171-2/+2
| | | | | | numeric comparisons SVN-Revision: 15890
* kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from ↵Nicolas Thill2009-05-171-2/+2
| | | | | | "depends" to "select" SVN-Revision: 15888
* madwifi: don't try to set an interface essid with an empty valueNicolas Thill2009-05-171-2/+4
| | | | SVN-Revision: 15886
* squashfs4: add lzma support (kernel support still missing)Felix Fietkau2009-05-174-0/+472
| | | | SVN-Revision: 15884
* add the new lzma library (version 4.65), to be used for squashfs4Felix Fietkau2009-05-173-0/+106
| | | | SVN-Revision: 15883
* openssl: fix annoying build errors when changing upstream versionsNicolas Thill2009-05-171-2/+3
| | | | SVN-Revision: 15880
* revert r15861 for generic-2.4 configJo-Philipp Wich2009-05-161-0/+1
| | | | SVN-Revision: 15879
* brcm-2.4: nvram_set has been removed, remove some remaining calls to itFelix Fietkau2009-05-161-7/+0
| | | | SVN-Revision: 15878
* add missing includesGabor Juhos2009-05-153-4/+45
| | | | SVN-Revision: 15876
* adjust patches and config once again...Mirko Vogt2009-05-154-50723/+1780
| | | | SVN-Revision: 15875
* add static mtd map for the WBD-111Gabor Juhos2009-05-152-0/+92
| | | | SVN-Revision: 15874
* refresh kernel configMirko Vogt2009-05-151-5/+47
| | | | SVN-Revision: 15873