Commit graph

824 commits

Author SHA1 Message Date
Florian Fainelli
3fe782dddf refresh 2.6.30 patches
SVN-Revision: 17093
2009-08-02 11:02:35 +00:00
Florian Fainelli
6e65f0080d also use openwrt-specific lzma options in gen_initramfs_list.sh
SVN-Revision: 17080
2009-08-01 16:44:16 +00:00
Lars-Peter Clausen
8c61fc8592 fix patch
SVN-Revision: 17079
2009-08-01 13:35:17 +00:00
Lars-Peter Clausen
1da701c04e ASoC: jack: Fix race in snd_soc_jack_add_gpios
SVN-Revision: 17071
2009-07-31 23:58:29 +00:00
Florian Fainelli
c5879ba76d refresh 2.6.27 patches
SVN-Revision: 17061
2009-07-31 11:10:20 +00:00
Imre Kaloz
4ad125e0ed move some PPC symbols to the generic config
SVN-Revision: 17041
2009-07-29 14:59:08 +00:00
Imre Kaloz
c461ddf9a6 ppc4xx optimizations
SVN-Revision: 17040
2009-07-29 14:52:31 +00:00
Felix Fietkau
57eaa31a12 add another lzma pcomp fix by jeff hansen - fixes cleanup at the end of do_lzma processing
SVN-Revision: 17036
2009-07-28 09:07:07 +00:00
Florian Fainelli
c4d517c7bb use 2.6.27.7
SVN-Revision: 16968
2009-07-24 17:03:03 +00:00
Florian Fainelli
3b5d52b9c9 add missing 2.6.30 HID configuration symbols
SVN-Revision: 16960
2009-07-23 12:35:31 +00:00
Gabor Juhos
a6af50d045 2.6.{28,30}: add missing config symbol
SVN-Revision: 16956
2009-07-22 10:43:47 +00:00
Felix Fietkau
dffad9690f fix a >2 year old stack overflow in the mtd rootfs split patch which only caused issues on the orion platform on 2.6.30. also merge the squashfs4 fix into the rootfs split patch
SVN-Revision: 16944
2009-07-21 15:05:13 +00:00
Felix Fietkau
925c5951c6 add a new arm lzma kernel decompressor based on rewritten (and much more readable) unlzma code. backport to 2.6.28 as well. tested on ixp4xx and orion
SVN-Revision: 16939
2009-07-21 02:31:37 +00:00
Gabor Juhos
c7fdb609e4 2.6.{28,30}: refresh patches
SVN-Revision: 16934
2009-07-20 10:59:21 +00:00
Gabor Juhos
2404c8c77b 2.6.30: add CONFIG_DEFAULT_MMAP_MIN_ADDR symbol
SVN-Revision: 16933
2009-07-20 10:54:49 +00:00
Gabor Juhos
7af41cf055 2.6.30 add missing config symbol
SVN-Revision: 16909
2009-07-19 08:08:52 +00:00
Felix Fietkau
1685ce5f3d mips: fix another bug in the module relocation change: the wrong base address for 24 bit jump -> long jump fixup table was used
SVN-Revision: 16904
2009-07-18 22:28:46 +00:00
Felix Fietkau
cf2c544844 sched: fix compile errors with CONFIG_NET_SCHED deactivated in the kernel config (#5553)
SVN-Revision: 16903
2009-07-18 20:31:21 +00:00
Felix Fietkau
af6076273a fix lock-up issues in lzma pcomp support in 2.6.30 (used in squashfs). thanks to jeff hansen for the patch
SVN-Revision: 16886
2009-07-18 00:36:13 +00:00
Felix Fietkau
12b429b3a2 get rid of linux 2.6.29
SVN-Revision: 16883
2009-07-17 16:20:25 +00:00
Florian Fainelli
9224ef1e25 add missing CONFIG_FIXED_PHY symbol to 2.6.25
SVN-Revision: 16869
2009-07-16 16:35:00 +00:00
Lars-Peter Clausen
93d3f098eb Cleanup glamo platform_data.
SVN-Revision: 16863
2009-07-16 12:06:48 +00:00
Florian Fainelli
0740df3534 add SND_HRTIMER to 2.6.30/31 kernel configurations (#5180)
SVN-Revision: 16840
2009-07-14 12:18:04 +00:00
Felix Fietkau
df119d5c19 kernel: fix a relative addressing bug in the mips module relocation code change
SVN-Revision: 16831
2009-07-13 15:09:46 +00:00
Gabor Juhos
091e028239 MIPS: fix loading of modules with unresolved weak symbols
SVN-Revision: 16823
2009-07-13 09:34:49 +00:00
Lars-Peter Clausen
ddbd14a23b glamo: get rid of static driver handle.
SVN-Revision: 16821
2009-07-12 20:24:18 +00:00
Lars-Peter Clausen
8769b8e0f0 glamo: Use mfd_cell for child resource handling instead of some ugly custom code.
SVN-Revision: 16816
2009-07-12 15:42:22 +00:00
Felix Fietkau
d680184c26 sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
SVN-Revision: 16791
2009-07-12 00:01:22 +00:00
Felix Fietkau
2020fc8c56 kernel: clean up scheduler default config and kmod-sched kconfig symbols, enable skbedit by default
SVN-Revision: 16789
2009-07-12 00:01:12 +00:00
Gabor Juhos
eb990941a1 use subsys_initcall in the i2c-gpio driver
SVN-Revision: 16787
2009-07-11 19:14:01 +00:00
Felix Fietkau
c2216626e1 seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg
SVN-Revision: 16775
2009-07-11 11:57:13 +00:00
Felix Fietkau
3b3d64743b mips: replace -mlong-calls with -mno-long-calls to make function calls faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik
SVN-Revision: 16772
2009-07-11 02:30:25 +00:00
Felix Fietkau
877015bee9 mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does not implement it
SVN-Revision: 16771
2009-07-11 02:30:19 +00:00
Felix Fietkau
3e7d58574f ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers
SVN-Revision: 16770
2009-07-11 01:21:01 +00:00
Hamish Guthrie
de45798d41 Add config file for 2.6.31 kernels in preparation for 2.6.31
SVN-Revision: 16713
2009-07-06 11:48:56 +00:00
Gabor Juhos
1981fd14a7 bump to 2.6.29.6 and refresh patches
SVN-Revision: 16698
2009-07-05 15:08:56 +00:00
Florian Fainelli
f74d16548d update targets to 2.6.30.1, update patches
SVN-Revision: 16697
2009-07-05 14:39:13 +00:00
Lars-Peter Clausen
d131752f0d Add ioctls to glamo framebuffer driver to enable/disable glamo engines.
SVN-Revision: 16686
2009-07-05 12:05:20 +00:00
Florian Fainelli
fefeecf52f update to latest 2.6.27.26 stable kernel
SVN-Revision: 16659
2009-07-03 09:31:52 +00:00
Felix Fietkau
3455f00d7a ar8216: fix transmission of large frames by setting the switch mtu
SVN-Revision: 16629
2009-06-29 21:54:16 +00:00
Felix Fietkau
6517a757ec pppoe: add extra padding for the header (useful for drivers that need headroom)
SVN-Revision: 16628
2009-06-29 21:54:11 +00:00
Florian Fainelli
b09970a3d8 turn off the Algorithmics FPU emulator by default now that we have software floating point enabled in the toolchain, please recompile your toolchains and kernels
SVN-Revision: 16605
2009-06-28 15:50:59 +00:00
Imre Kaloz
76d86cd4bb refresh 2.6.25 patches
SVN-Revision: 16537
2009-06-21 18:32:07 +00:00
Florian Fainelli
d41b9133c7 ensure ledtrig-netdev will compile even if CONFIG_COMPAT_NET_DEV_OPS is unset
SVN-Revision: 16516
2009-06-19 13:12:00 +00:00
Imre Kaloz
969ea86b06 add missing initramfs symbols to the generic 2.6.30 config
SVN-Revision: 16487
2009-06-17 09:57:30 +00:00
Imre Kaloz
3054efa82a IKCONFIG shouldn't be enabled by default
SVN-Revision: 16473
2009-06-15 07:45:06 +00:00
Felix Fietkau
fc4fe83574 2.6.30: add another export for the binder module
SVN-Revision: 16464
2009-06-14 23:18:23 +00:00
Felix Fietkau
4bc008142c add missing function declaration for extra vm exports
SVN-Revision: 16456
2009-06-14 20:42:18 +00:00
Hauke Mehrtens
567b6d1a27 refresh patches
SVN-Revision: 16444
2009-06-14 09:45:26 +00:00
Felix Fietkau
c1918c778c ar8216: add delay for page switching to work around register setting corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable)
SVN-Revision: 16442
2009-06-14 03:32:01 +00:00
Florian Fainelli
f025215422 also apply gcc4.4.0 specific patches to 2.6.27 (#5318)
SVN-Revision: 16439
2009-06-13 20:36:48 +00:00
Florian Fainelli
160bf827f2 refresh generic patches
SVN-Revision: 16420
2009-06-11 08:49:53 +00:00
Hamish Guthrie
c9eb4469e0 Cleaned up whitespace in patch 024-mips_delay.patch
SVN-Revision: 16404
2009-06-10 15:18:25 +00:00
Hamish Guthrie
1ad8e6fdce Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPS
SVN-Revision: 16397
2009-06-10 12:23:55 +00:00
Florian Fainelli
5ed3b31ce0 refresh 2.6.28 patches
SVN-Revision: 16377
2009-06-08 11:31:17 +00:00
Gabor Juhos
4af9570756 generic-2.6/2.6.30: more mini_fo fixes
SVN-Revision: 16346
2009-06-05 15:24:59 +00:00
Imre Kaloz
6b2a7b73ca upgrade to 2.6.30-rc8
SVN-Revision: 16307
2009-06-03 13:42:28 +00:00
Felix Fietkau
616c3841c6 add ip175c switch driver patch to 2.6.30
SVN-Revision: 16287
2009-06-01 22:14:11 +00:00
Felix Fietkau
db5c4304f5 ocf: fix uninitialized variable access (thx, Dakon)
SVN-Revision: 16285
2009-06-01 22:14:01 +00:00
Imre Kaloz
8aa2f586f4 temporary, hackish, etc, etc.. lzma support for the arm zImage loader
SVN-Revision: 16284
2009-06-01 21:09:40 +00:00
Imre Kaloz
548de949f3 use the openwrt lzma options for now
SVN-Revision: 16281
2009-06-01 20:31:23 +00:00
Imre Kaloz
ab5199a143 add missing config option
SVN-Revision: 16280
2009-06-01 20:03:46 +00:00
Felix Fietkau
1a1dc17ca3 remove some more obsolete files
SVN-Revision: 16276
2009-06-01 18:20:09 +00:00
Imre Kaloz
f81257ca34 remove 2.6.23 support, as the last target using that has been nuked, too
SVN-Revision: 16275
2009-06-01 18:16:10 +00:00
Hauke Mehrtens
f8a15f9b3e Add missing kernel symbol.
SVN-Revision: 16264
2009-06-01 17:40:55 +00:00
Imre Kaloz
b834f1f24b fix mv643xx_eth dma mask
SVN-Revision: 16247
2009-06-01 12:46:25 +00:00
Imre Kaloz
09a6262b3c fix VFP handling on feroceon cores
SVN-Revision: 16246
2009-06-01 12:45:50 +00:00
Imre Kaloz
690cb12f3c fix typo and add nand_gpio to the generic config
SVN-Revision: 16245
2009-06-01 12:44:59 +00:00
Florian Fainelli
9a022a7330 refresh 2.6.30 patches
SVN-Revision: 16241
2009-06-01 08:07:40 +00:00
Florian Fainelli
ba0f541d0d mips: fix gcc 4.4.0 build failure on delay.h (#5116)
SVN-Revision: 16209
2009-05-30 12:03:27 +00:00
Florian Fainelli
12c8b488f7 refresh generic-2.6.29 patches
SVN-Revision: 16169
2009-05-29 09:09:32 +00:00
Florian Fainelli
c2df3a7179 refresh patches
SVN-Revision: 16156
2009-05-28 19:04:19 +00:00
Hamish Guthrie
7adb67f184 revert 15922 - add back 2.6.29 kernel support
SVN-Revision: 16127
2009-05-28 10:00:48 +00:00
Hauke Mehrtens
53cc0dbef7 Add buildfix for kernel 2.6.21
SVN-Revision: 16117
2009-05-27 18:06:38 +00:00
Imre Kaloz
04bca7b528 update to 2.6.30-rc7
SVN-Revision: 16048
2009-05-25 12:27:13 +00:00
Felix Fietkau
4cb9ba9612 enable multicast routing by default
SVN-Revision: 16044
2009-05-24 21:26:40 +00:00
Felix Fietkau
4f37d65205 move the hostap firmware kernel config options to KCONFIG for the hostap package to keep it consistent
SVN-Revision: 16031
2009-05-24 17:13:14 +00:00
Felix Fietkau
5c96996a7d fix typo in squashfs-lzma patch (thx, hauke)
SVN-Revision: 16028
2009-05-24 13:48:48 +00:00
Hauke Mehrtens
e80f5ca91e Remove pcmcia support from ssb.
SVN-Revision: 16023
2009-05-24 11:30:06 +00:00
Gabor Juhos
dcf5adb14c generic-2.6/2.6.30: mini_fo fixes
SVN-Revision: 15991
2009-05-22 13:53:03 +00:00
Gabor Juhos
40ea70606a generic-2.6: move PCI quirk patch from the adm5120 target into the generic patches
SVN-Revision: 15985
2009-05-22 11:26:08 +00:00
Gabor Juhos
b71910dbb5 generic-2.6/2.6.28: refresh patches
SVN-Revision: 15982
2009-05-22 09:57:03 +00:00
Gabor Juhos
a51ef0ecf8 generic-2.6/2.6.30: refresh patches
SVN-Revision: 15981
2009-05-22 09:46:02 +00:00
Gabor Juhos
c28af661ee generic-2.6/2.6.30: nuke unnecessary patch
SVN-Revision: 15978
2009-05-22 07:56:07 +00:00
Gabor Juhos
9959defa0e generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with CONFIG_CRYPTO_ALGAPI2
SVN-Revision: 15960
2009-05-21 17:26:56 +00:00
Felix Fietkau
f0fe3392d1 2.6.30: add lzma support to squashfs through pcomp
SVN-Revision: 15934
2009-05-20 15:12:57 +00:00
Gabor Juhos
09e1f83634 generic-2.6/2.6.30: gets rid of the length limitation on the name in the mips_machine stuff
SVN-Revision: 15930
2009-05-20 08:35:01 +00:00
Florian Fainelli
1322e2721a disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211
SVN-Revision: 15926
2009-05-19 18:15:19 +00:00
Florian Fainelli
01afcd2556 remove 2.6.29 since there are no remaining users of it
SVN-Revision: 15922
2009-05-19 10:21:32 +00:00
Imre Kaloz
e965c02820 even more config file cleanup
SVN-Revision: 15913
2009-05-18 13:21:25 +00:00
Imre Kaloz
9db4496e78 upgrade to 2.6.30-rc6, refresh patches
SVN-Revision: 15912
2009-05-18 13:08:46 +00:00
Gabor Juhos
e468c05d40 generic/2.6.{29,30}: fix rootfs_split with squashfs4
SVN-Revision: 15867
2009-05-15 12:17:48 +00:00
Imre Kaloz
91e866f383 config cleanups
SVN-Revision: 15861
2009-05-15 10:40:04 +00:00
Felix Fietkau
8295ad3444 fix a compile error in the netfilter match speedup patch for 2.6.30
SVN-Revision: 15849
2009-05-14 18:35:10 +00:00
Imre Kaloz
6bfddb152f some additional config file cleanup..
SVN-Revision: 15845
2009-05-14 13:32:34 +00:00
Imre Kaloz
c83d91fcfc unify congestion control options
SVN-Revision: 15844
2009-05-14 12:42:07 +00:00
Nicolas Thill
cc343c1504 netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by 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
2009-05-14 11:59:12 +00:00
Imre Kaloz
3b8ab3d52a move arm ARCH symbols to the generic configs
SVN-Revision: 15842
2009-05-14 11:46:04 +00:00
Imre Kaloz
a9c958c2de make kernels use /etc/preinit by default
SVN-Revision: 15840
2009-05-14 10:20:53 +00:00
Florian Fainelli
9ae2de2bd5 also workaround gcc4.1 bug with binfmt_elf for 2.6.30
SVN-Revision: 15825
2009-05-13 13:27:02 +00:00
Felix Fietkau
251a81b192 reduce the total cpu usage of ipt_do_table under high network load from 3.1% down to 1.6% (tested with oprofile)
SVN-Revision: 15822
2009-05-13 12:42:55 +00:00
Felix Fietkau
4ab19ddbd5 turn off -Os by default for the kernel and stick to -O2 repeated tests have shown the -O2 kernel to react much better to high cpu/network load situations
SVN-Revision: 15821
2009-05-13 12:42:50 +00:00
Florian Fainelli
f8c315bb60 add missing configuration symbol
SVN-Revision: 15817
2009-05-13 10:46:22 +00:00
Hauke Mehrtens
b7af3c07c1 Add missing kernel configuration options.
SVN-Revision: 15806
2009-05-12 20:50:23 +00:00
Hauke Mehrtens
31809ade5a Only build the modules needed by mac80211 as module.
SVN-Revision: 15805
2009-05-12 20:49:25 +00:00
Hauke Mehrtens
0e1d1a6f56 Compile fix. Port r15775 to kernel 2.6.30.
SVN-Revision: 15803
2009-05-12 20:47:16 +00:00
Florian Fainelli
fe811a9ef6 add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)
SVN-Revision: 15797
2009-05-12 10:36:25 +00:00
Hauke Mehrtens
f24c234150 Add support for pcmcia to ssb. b43 will build now with pcmcia support.
SVN-Revision: 15784
2009-05-11 20:51:38 +00:00
Hauke Mehrtens
cc946df3a8 Refresh patches.
SVN-Revision: 15776
2009-05-11 20:22:59 +00:00
Hauke Mehrtens
1b481e0708 Compile fixes for kernel 2.6.29. The 200-sched_esfq.patch is based on http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/SOURCES.old/kernel-esfq.patch?rev=1.4;content-type=text%2Fplain
SVN-Revision: 15775
2009-05-11 20:20:41 +00:00
Hauke Mehrtens
e0158d5d8c Add some missing kernel configurations.
SVN-Revision: 15774
2009-05-11 20:17:44 +00:00
Felix Fietkau
7c057371eb improve the skb padding performance change to avoid unnecessary reallocations in the routing code
SVN-Revision: 15761
2009-05-10 22:17:50 +00:00
Gabor Juhos
4a7439521b generic-2.6/2.6.30: resync patches for 2.6.30-rc5
SVN-Revision: 15736
2009-05-09 06:05:15 +00:00
Imre Kaloz
4e0f549c88 add missing RTC_DEBUG symbol
SVN-Revision: 15696
2009-05-07 19:19:14 +00:00
Jo-Philipp Wich
e5aa5ddc36 Add support for pc speaker PC speaker could be very useful on platforms which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

SVN-Revision: 15684
2009-05-07 14:05:42 +00:00
Florian Fainelli
324d10e617 remove 2.6.26 since there are no remaining candidates for it
SVN-Revision: 15666
2009-05-07 12:21:02 +00:00
Jo-Philipp Wich
8964c9037b update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30
SVN-Revision: 15655
2009-05-07 03:09:04 +00:00
Jo-Philipp Wich
1b3f1495ac prepare default configuration for kernel side imq update
SVN-Revision: 15654
2009-05-07 03:07:46 +00:00
Florian Fainelli
378145454d use force_sig when handling address errors
SVN-Revision: 15642
2009-05-06 21:27:28 +00:00
Florian Fainelli
731a0e4791 workaround a gcc-4.1 bug which cannot see that word will be initialized
SVN-Revision: 15639
2009-05-06 16:33:00 +00:00
Imre Kaloz
6b3502f99c add missing RTC symbols to generic configs
SVN-Revision: 15617
2009-05-05 10:20:33 +00:00
Imre Kaloz
e9b397805d some more kernel config cleanup.. last for today :)
SVN-Revision: 15606
2009-05-04 20:57:02 +00:00
Imre Kaloz
0f2b1d070a more cleanup
SVN-Revision: 15605
2009-05-04 20:31:47 +00:00
Imre Kaloz
1cea2126da fix typo
SVN-Revision: 15604
2009-05-04 20:19:55 +00:00
Imre Kaloz
a614251e6c cleanup MTD option handling
SVN-Revision: 15602
2009-05-04 19:13:43 +00:00
Imre Kaloz
38c5311047 move MFD stuff to the generic kernel configs
SVN-Revision: 15587
2009-05-04 13:51:29 +00:00
Imre Kaloz
64fbade939 refresh patches
SVN-Revision: 15581
2009-05-04 11:35:08 +00:00
Imre Kaloz
7cf4e9f00a layer7 has been upgraded in [15517], but the old patches weren't removed -- remove them now
SVN-Revision: 15580
2009-05-04 11:05:28 +00:00
Imre Kaloz
a3b32c41df refresh generic 2.6.28 patches
SVN-Revision: 15578
2009-05-04 10:37:48 +00:00
Nicolas Thill
505ac00f4e remove netfilter_upstream_fixes patches, not needed anymore after kernel recent updates since they have been, well, fixed upstream :)
SVN-Revision: 15576
2009-05-03 22:16:03 +00:00
Nicolas Thill
e30ebf29ca netfilter: add a check for ip proto in netfilter_match_speedup patches (closes: #5041)
SVN-Revision: 15574
2009-05-03 16:34:02 +00:00
Gabor Juhos
1a24fcd9ec generic/2.6.30: add missing Kconfig options
SVN-Revision: 15560
2009-05-02 18:46:40 +00:00
Imre Kaloz
6a2d23513d refresh patches for 2.6.30-rc4
SVN-Revision: 15548
2009-05-01 21:37:32 +00:00
Imre Kaloz
540556bb92 upgrade sibyte to .30-rc4
SVN-Revision: 15545
2009-05-01 21:00:18 +00:00
Hauke Mehrtens
beb0f4528a add missing symbols
SVN-Revision: 15537
2009-05-01 13:56:32 +00:00
Florian Fainelli
6fa4734cde add missing configuration symbols when enabling ramdisk support
SVN-Revision: 15533
2009-05-01 08:48:58 +00:00
Felix Fietkau
4b71e11e2e linux 2.6.28: fix kernel headers compilation error because of conflicting getline() function definitions - this bug seems to be gone in newer kernels
SVN-Revision: 15523
2009-04-30 19:52:23 +00:00
Jo-Philipp Wich
2e56467889 fix 101-netfilter_layer7_pktmatch.patch for 2.6.26.8
SVN-Revision: 15518
2009-04-30 15:37:24 +00:00
Jo-Philipp Wich
c1959052f7 refreshed layer7 patches for 2.6.21.7, 2.6.23.17 and 2.6.25.20
SVN-Revision: 15517
2009-04-30 15:29:07 +00:00
Felix Fietkau
270e4ea27b refresh the packet socket patch for 2.6.29
SVN-Revision: 15511
2009-04-30 14:11:39 +00:00
Felix Fietkau
4e12c9d210 fix a crash in ip175c attribute enumeration
SVN-Revision: 15506
2009-04-30 13:57:22 +00:00
Gabor Juhos
acb66fba68 generic-2.6: add ip175c stuff for 2.6.29
SVN-Revision: 15505
2009-04-30 11:16:38 +00:00
Jo-Philipp Wich
f6f3c4111a refreshed layer7 patches for 2.6.26.8, 2.6.27.21, 2.6.28.9 and 2.6.29.1
SVN-Revision: 15502
2009-04-30 01:31:37 +00:00
Imre Kaloz
a528df4bb6 resync patches for 2.6.30-rc3
SVN-Revision: 15494
2009-04-29 20:46:49 +00:00
Imre Kaloz
fab598b675 update 2.6.30 generic config, resort symbols
SVN-Revision: 15493
2009-04-29 20:46:16 +00:00
Imre Kaloz
83a2d16e6e forgot to add the files for 2.6.30
SVN-Revision: 15492
2009-04-29 20:45:00 +00:00
Felix Fietkau
a523450678 Add a driver for Atheros AR8216 switches Thanks to Vertical Communications, Inc. for providing access to the documentation
SVN-Revision: 15482
2009-04-29 13:02:41 +00:00
Felix Fietkau
342a0e7660 fix a small bug in the socket type patch which broke dhcp
SVN-Revision: 15471
2009-04-28 19:16:24 +00:00
Felix Fietkau
8ec2ad91ad swconfig: add a generic switch reset call
SVN-Revision: 15470
2009-04-28 19:16:17 +00:00
Imre Kaloz
2d0ccf7f5e preliminary 2.6.30 support
SVN-Revision: 15468
2009-04-28 13:35:14 +00:00