Commit Graph

14310 Commits

Author SHA1 Message Date
Alexandros C. Couloumbis
6d59a298e8 add gcc-4.5.0 preliminary support
SVN-Revision: 21033
2010-04-19 15:43:08 +00:00
Gabor Juhos
26cd3eed25 ppc40x: sync kernel config
SVN-Revision: 21031
2010-04-19 12:33:09 +00:00
Nicolas Thill
3162bc1ecf target/ramips: fix another typo from [20834] (closes: #7182)
SVN-Revision: 21012
2010-04-19 01:14:29 +00:00
Jo-Philipp Wich
1b192e72c3 add missing kernel symbols (#7189)
SVN-Revision: 21010
2010-04-19 00:46:47 +00:00
Jo-Philipp Wich
d429130518 opkg: update to r528, refresh patches
SVN-Revision: 21008
2010-04-18 23:23:40 +00:00
Hauke Mehrtens
fa432efa8e brcm47xx: allow isdn on brcm47xx
SVN-Revision: 21001
2010-04-18 19:32:18 +00:00
Hauke Mehrtens
78981f6f3c kernel: refresh patches with 2.6.34-rc4
SVN-Revision: 20999
2010-04-18 18:35:47 +00:00
Hauke Mehrtens
8c0ee9484b gigaset: build gigaset with isdn4linux support
SVN-Revision: 20997
2010-04-18 18:24:34 +00:00
Hauke Mehrtens
79075b8d13 brcm47xx: refresh patches
SVN-Revision: 20996
2010-04-18 18:22:50 +00:00
Hauke Mehrtens
3ed2f88bba kernel: add missing symbols
SVN-Revision: 20995
2010-04-18 18:03:49 +00:00
Hauke Mehrtens
03fd014069 brcm47xx: fix build of tg3 for kernel 2.6.34
SVN-Revision: 20994
2010-04-18 17:19:39 +00:00
Hauke Mehrtens
dbc43fab2c siit: fix build
Starting with kernel 2.6.33 autoconf.h is in generated/ and not linux/

SVN-Revision: 20993
2010-04-18 17:17:06 +00:00
Hauke Mehrtens
c4079adad8 kernel: fix build with kernel 2.6.34-rc4
SVN-Revision: 20992
2010-04-18 17:14:49 +00:00
Hauke Mehrtens
0af96ede5f kernel: add missing symbols
SVN-Revision: 20991
2010-04-18 17:12:20 +00:00
Gabor Juhos
693ea524c1 ar71xx: adding support for zyxel nbg460n/550n/550nh boards
This patch adds support for the zyxel nbg460n/550n/550nh routers.
Currently this only works if a second stage bootloader is also flashed,
as the used switch needs extra initialization.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>

SVN-Revision: 20990
2010-04-18 16:24:12 +00:00
Gabor Juhos
8d86dbb454 ppc40x: build initramfs images for the OpenRB/Magicbox boards
SVN-Revision: 20980
2010-04-18 08:32:35 +00:00
Felix Fietkau
857ed7b676 ath9k: add stbc support
SVN-Revision: 20976
2010-04-18 00:56:38 +00:00
Felix Fietkau
2f366cb4bd mac80211: add ldpc and stbc support to minstrel_ht
SVN-Revision: 20975
2010-04-18 00:56:32 +00:00
Felix Fietkau
ba13b674cf mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG turns on debugging for atheros drivers
SVN-Revision: 20972
2010-04-17 23:58:44 +00:00
Felix Fietkau
456432a56b mac80211: use minstrel_ht by default for ath9k
SVN-Revision: 20971
2010-04-17 23:58:37 +00:00
Felix Fietkau
36877a5b41 mac80211: minstrel_ht - increase space between sampling attempts to allow for better aggregation
SVN-Revision: 20970
2010-04-17 23:58:31 +00:00
Felix Fietkau
544a625b6c mac80211: enable 3-stream support in minstrel_ht
SVN-Revision: 20969
2010-04-17 23:58:26 +00:00
Felix Fietkau
e4fd5aa8a2 ath9k: enable 3-stream and MCS16-23 support
SVN-Revision: 20968
2010-04-17 23:58:21 +00:00
Felix Fietkau
3434500d35 ath9k: improve reliability of the rx stuck fixup
SVN-Revision: 20967
2010-04-17 23:58:16 +00:00
Felix Fietkau
33f6c63f2a mac80211: update to wireless-testing 2010-04-16
SVN-Revision: 20966
2010-04-17 23:58:09 +00:00
Vasilis Tsiligiannis
f44a14f784 package] dropbear: Add bind 'Interface' option (#7149)
SVN-Revision: 20960
2010-04-17 17:45:54 +00:00
Gabor Juhos
1e8f91502e kernel: refresh 2.6.32 patches
SVN-Revision: 20952
2010-04-17 09:29:29 +00:00
Gabor Juhos
2231b9d761 ppc40x: fix MagicBox partition table
SVN-Revision: 20951
2010-04-17 09:29:26 +00:00
Felix Fietkau
ccd852dd85 mac80211: fix a minstrel_ht off-by-one bug (patch by Christian Lamparter)
SVN-Revision: 20950
2010-04-16 21:55:37 +00:00
Felix Fietkau
54e9e802c4 gemini: add support for wiligear wbd-222 (patch by Darius Augulis)
SVN-Revision: 20949
2010-04-16 21:03:36 +00:00
Felix Fietkau
b0cf1f5baa gemini: either scatter/gather dma or hw checksum breaks ethernet, comment out the define that enables both
SVN-Revision: 20940
2010-04-16 20:23:35 +00:00
Gabor Juhos
f7cc3d576c swconfig: Add cpu port index to help output.
Let swconfig provide the cpu port index in its help page. This is
needed as e.g. Atheros switches have their cpu port at port 0, not
port 5.

This could allow e.g. luci to get a rough overview of the layout of
the switch.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 20939
2010-04-16 19:32:40 +00:00
Gabor Juhos
e1079c515a swconfig: Fix switch name.
This patch fixes a small typo in swconfig's client side that caused
it to print the interface name instead of the switch's device name
on the help page.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 20938
2010-04-16 19:32:32 +00:00
Gabor Juhos
7b127c754b atheros: nuke clocksoure init patch
SVN-Revision: 20937
2010-04-16 19:32:27 +00:00
Jo-Philipp Wich
c876279bb2 dnsmasq: don't append search domain to custom host entries
SVN-Revision: 20935
2010-04-16 19:09:05 +00:00
Gabor Juhos
9fb0688893 package/modules: package isp116x-hcd driver
Cc: backfire@openwrt.org

SVN-Revision: 20934
2010-04-16 18:40:15 +00:00
Gabor Juhos
d0646a08aa ppc40x: enable USB support
Cc: backfire@openwrt.org

SVN-Revision: 20933
2010-04-16 18:40:12 +00:00
Gabor Juhos
3669209288 ppc40x: add isp116x-hcd to the device tree for the OpenRB board
Cc: backfire@openwrt.org

SVN-Revision: 20932
2010-04-16 18:40:10 +00:00
Gabor Juhos
b448703ea8 ppc40x: make isp116x-hcd driver usable on the OpenRB board
Cc: backfire@openwrt.org

SVN-Revision: 20931
2010-04-16 18:40:06 +00:00
Gabor Juhos
e0ba83e32e ppc40x: add more EBC_BXCR defines
Cc: backfire@openwrt.org

SVN-Revision: 20930
2010-04-16 18:40:02 +00:00
Gabor Juhos
15d344df50 ppc40x: move perwe fixup into a separate function
Cc: backfire@openwrt.org

SVN-Revision: 20929
2010-04-16 18:39:52 +00:00
Florian Fainelli
1847940688 Fix bug in foregrounding in /etc/init.d/rcS
Not using the config_xxx functions correctly.  Amended.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 20928
2010-04-16 18:14:08 +00:00
Alexandros C. Couloumbis
e712ef386e brcm47xx: fix ide drive assignment (closes #7061)
SVN-Revision: 20924
2010-04-16 15:05:32 +00:00
Jo-Philipp Wich
7e29eac780 - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target
SVN-Revision: 20923
2010-04-16 11:34:21 +00:00
Nicolas Thill
16041806e2 package/ifxmips-dsl-api: move configuration in submenu
SVN-Revision: 20922
2010-04-16 11:10:37 +00:00
Nicolas Thill
67af84873a yckage/ifx-tapidemo: move configuration in submenu
SVN-Revision: 20921
2010-04-16 11:09:24 +00:00
Nicolas Thill
ff5d8ea696 package/ifx-tapi: move configuration in submenu
SVN-Revision: 20920
2010-04-16 11:08:54 +00:00
Nicolas Thill
009ed95cfc package/uboot-lantiq: move configuration in submenu
SVN-Revision: 20919
2010-04-16 11:08:19 +00:00
Nicolas Thill
625ca5d9e3 package/uboot-ifxmips: move configuration in submenu
SVN-Revision: 20918
2010-04-16 11:07:52 +00:00
Nicolas Thill
abfe7f3c6e package/ifx-vmmc: move configuration in submenu
SVN-Revision: 20917
2010-04-16 11:07:18 +00:00