summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-152-3/+3
| | | | SVN-Revision: 15869
* generic/2.6.{29,30}: fix rootfs_split with squashfs4Gabor Juhos2009-05-152-0/+54
| | | | SVN-Revision: 15867
* create squashfs4 images if kernel version >=2.6.29Gabor Juhos2009-05-151-1/+12
| | | | SVN-Revision: 15866
* sysupgrade: use sysrq-trigger if availableJo-Philipp Wich2009-05-152-1/+2
| | | | SVN-Revision: 15865
* add tool for squashfs4 image generation (w/o LZMA support)Gabor Juhos2009-05-152-2/+38
| | | | SVN-Revision: 15864
* add OpenWrt-logo (480x480) besides the well known penguin and prevent early ↵Mirko Vogt2009-05-152-0/+38531
| | | | | | printk's to scroll into the image SVN-Revision: 15863
* without generic 2.6.26 support it doesn't make sense to keep 2.6.26 configs ↵Imre Kaloz2009-05-153-984/+0
| | | | | | around.. SVN-Revision: 15862
* config cleanupsImre Kaloz2009-05-1550-225/+47
| | | | SVN-Revision: 15861
* generic-2.4: refresh patchesAndy Boyett2009-05-1568-3453/+1624
| | | | SVN-Revision: 15860
* generic-2.4: renumber netfilter patchesAndy Boyett2009-05-153-0/+0
| | | | | | | both the netfilter_random and tc_esfq patches were numbered 621 in the patch series, bumped index of tc_esfq and all following 62x patches by one SVN-Revision: 15859
* generic-2.4: fix ipt_random patch after removal of ipt_timeAndy Boyett2009-05-151-1/+1
| | | | SVN-Revision: 15858
* cardbus != pcmcia -- disable it in b43Imre Kaloz2009-05-152-4/+1
| | | | SVN-Revision: 15857
* add missing configuration symbolFlorian Fainelli2009-05-151-0/+1
| | | | SVN-Revision: 15856
* firewall: automatically set up NOTRACK rules to disable connection tracking ↵Felix Fietkau2009-05-141-13/+43
| | | | | | for zones that have no masquerading, no conntrack and no forwarding from/to other zones with masq/conntrack SVN-Revision: 15855
* netfilter: move iptable_raw, xt_NOTRACK from conntrack-extra to conntrackFelix Fietkau2009-05-141-2/+2
| | | | SVN-Revision: 15854
* remove lzma kernel compression.Hauke Mehrtens2009-05-141-2/+2
| | | | SVN-Revision: 15853
* orinoco is only one module with kernel 2.6.30Hauke Mehrtens2009-05-141-0/+6
| | | | SVN-Revision: 15852
* ipt_TTL and ipt_ttl moved and were renamed in kernel 2.6.30Hauke Mehrtens2009-05-141-2/+8
| | | | SVN-Revision: 15851
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
| | | | SVN-Revision: 15850
* fix a compile error in the netfilter match speedup patch for 2.6.30Felix Fietkau2009-05-141-1/+1
| | | | SVN-Revision: 15849
* lua: install lua.pc pkgconfig file as well (closes: #5132)Nicolas Thill2009-05-141-2/+4
| | | | SVN-Revision: 15848
* enable the rtc m48t86 on r8610 eval boardFlorian Fainelli2009-05-141-0/+2
| | | | SVN-Revision: 15847
* do not enable the rtc m48t86Florian Fainelli2009-05-141-2/+0
| | | | SVN-Revision: 15846
* some additional config file cleanup..Imre Kaloz2009-05-1439-194/+27
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-1429-126/+31
| | | | SVN-Revision: 15844
* netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by ↵Nicolas Thill2009-05-142-479/+0
| | | | | | xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8 SVN-Revision: 15843
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-1421-509/+283
| | | | SVN-Revision: 15842
* remove debugging options from the gemini kernel configImre Kaloz2009-05-141-2/+0
| | | | SVN-Revision: 15841
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-1457-90/+168
| | | | SVN-Revision: 15840
* add a few fixes for the sibyte targetImre Kaloz2009-05-144-3/+140
| | | | SVN-Revision: 15839