Commit Graph

14316 Commits (d2af27b13d4824424c71052a363f230e63654495)
 

Author SHA1 Message Date
Florian Fainelli d2af27b13d fix iptables cflags to include architecture specific asm includes
SVN-Revision: 21045
14 years ago
Felix Fietkau b131ab7914 hostapd: fix basic rate selection for 5ghz
SVN-Revision: 21043
14 years ago
Alexandros C. Couloumbis bd97e88167 brcm47xx: fix ethernet link state (closes #7056)
SVN-Revision: 21042
14 years ago
Gabor Juhos 7e64396394 atheros: refresh 2.6.32 patches
SVN-Revision: 21039
14 years ago
Gabor Juhos f1eeb9b199 atheros: register wmac device only if it is enabled in the board config
SVN-Revision: 21038
14 years ago
Gabor Juhos d7919c8d0d ar71xx: fix mtd_layout for the DIR-615-C1 and similar devices
* Thanks to Yury Polyanskiy for the report

SVN-Revision: 21036
14 years ago
Alexandros C. Couloumbis 6d59a298e8 add gcc-4.5.0 preliminary support
SVN-Revision: 21033
14 years ago
Gabor Juhos 26cd3eed25 ppc40x: sync kernel config
SVN-Revision: 21031
14 years ago
Nicolas Thill 3162bc1ecf target/ramips: fix another typo from [20834] (closes: #7182)
SVN-Revision: 21012
14 years ago
Jo-Philipp Wich 1b192e72c3 add missing kernel symbols (#7189)
SVN-Revision: 21010
14 years ago
Jo-Philipp Wich d429130518 opkg: update to r528, refresh patches
SVN-Revision: 21008
14 years ago
Hauke Mehrtens fa432efa8e brcm47xx: allow isdn on brcm47xx
SVN-Revision: 21001
14 years ago
Hauke Mehrtens 78981f6f3c kernel: refresh patches with 2.6.34-rc4
SVN-Revision: 20999
14 years ago
Hauke Mehrtens 8c0ee9484b gigaset: build gigaset with isdn4linux support
SVN-Revision: 20997
14 years ago
Hauke Mehrtens 79075b8d13 brcm47xx: refresh patches
SVN-Revision: 20996
14 years ago
Hauke Mehrtens 3ed2f88bba kernel: add missing symbols
SVN-Revision: 20995
14 years ago
Hauke Mehrtens 03fd014069 brcm47xx: fix build of tg3 for kernel 2.6.34
SVN-Revision: 20994
14 years ago
Hauke Mehrtens dbc43fab2c siit: fix build
Starting with kernel 2.6.33 autoconf.h is in generated/ and not linux/

SVN-Revision: 20993
14 years ago
Hauke Mehrtens c4079adad8 kernel: fix build with kernel 2.6.34-rc4
SVN-Revision: 20992
14 years ago
Hauke Mehrtens 0af96ede5f kernel: add missing symbols
SVN-Revision: 20991
14 years ago
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
14 years ago
Gabor Juhos 8d86dbb454 ppc40x: build initramfs images for the OpenRB/Magicbox boards
SVN-Revision: 20980
14 years ago
Felix Fietkau 857ed7b676 ath9k: add stbc support
SVN-Revision: 20976
14 years ago
Felix Fietkau 2f366cb4bd mac80211: add ldpc and stbc support to minstrel_ht
SVN-Revision: 20975
14 years ago
Felix Fietkau ba13b674cf mac80211: remove the unused PACKAGE_ATH9K_DEBUG option - PACKAGE_ATH_DEBUG turns on debugging for atheros drivers
SVN-Revision: 20972
14 years ago
Felix Fietkau 456432a56b mac80211: use minstrel_ht by default for ath9k
SVN-Revision: 20971
14 years ago
Felix Fietkau 36877a5b41 mac80211: minstrel_ht - increase space between sampling attempts to allow for better aggregation
SVN-Revision: 20970
14 years ago
Felix Fietkau 544a625b6c mac80211: enable 3-stream support in minstrel_ht
SVN-Revision: 20969
14 years ago
Felix Fietkau e4fd5aa8a2 ath9k: enable 3-stream and MCS16-23 support
SVN-Revision: 20968
14 years ago
Felix Fietkau 3434500d35 ath9k: improve reliability of the rx stuck fixup
SVN-Revision: 20967
14 years ago
Felix Fietkau 33f6c63f2a mac80211: update to wireless-testing 2010-04-16
SVN-Revision: 20966
14 years ago
Vasilis Tsiligiannis f44a14f784 package] dropbear: Add bind 'Interface' option (#7149)
SVN-Revision: 20960
14 years ago
Gabor Juhos 1e8f91502e kernel: refresh 2.6.32 patches
SVN-Revision: 20952
14 years ago
Gabor Juhos 2231b9d761 ppc40x: fix MagicBox partition table
SVN-Revision: 20951
14 years ago
Felix Fietkau ccd852dd85 mac80211: fix a minstrel_ht off-by-one bug (patch by Christian Lamparter)
SVN-Revision: 20950
14 years ago
Felix Fietkau 54e9e802c4 gemini: add support for wiligear wbd-222 (patch by Darius Augulis)
SVN-Revision: 20949
14 years ago
Felix Fietkau b0cf1f5baa gemini: either scatter/gather dma or hw checksum breaks ethernet, comment out the define that enables both
SVN-Revision: 20940
14 years ago
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
14 years ago
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
14 years ago
Gabor Juhos 7b127c754b atheros: nuke clocksoure init patch
SVN-Revision: 20937
14 years ago
Jo-Philipp Wich c876279bb2 dnsmasq: don't append search domain to custom host entries
SVN-Revision: 20935
14 years ago
Gabor Juhos 9fb0688893 package/modules: package isp116x-hcd driver
Cc: backfire@openwrt.org

SVN-Revision: 20934
14 years ago
Gabor Juhos d0646a08aa ppc40x: enable USB support
Cc: backfire@openwrt.org

SVN-Revision: 20933
14 years ago
Gabor Juhos 3669209288 ppc40x: add isp116x-hcd to the device tree for the OpenRB board
Cc: backfire@openwrt.org

SVN-Revision: 20932
14 years ago
Gabor Juhos b448703ea8 ppc40x: make isp116x-hcd driver usable on the OpenRB board
Cc: backfire@openwrt.org

SVN-Revision: 20931
14 years ago
Gabor Juhos e0ba83e32e ppc40x: add more EBC_BXCR defines
Cc: backfire@openwrt.org

SVN-Revision: 20930
14 years ago
Gabor Juhos 15d344df50 ppc40x: move perwe fixup into a separate function
Cc: backfire@openwrt.org

SVN-Revision: 20929
14 years ago
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
14 years ago
Alexandros C. Couloumbis e712ef386e brcm47xx: fix ide drive assignment (closes #7061)
SVN-Revision: 20924
14 years ago
Jo-Philipp Wich 7e29eac780 - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target
SVN-Revision: 20923
14 years ago