diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-13 15:34:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-13 15:34:39 +0000 |
commit | 0571c2d9f5abccd0c92f2e09da640067531bee60 (patch) | |
tree | 6dd6867e942226d070359e2edeee1e64d648fe81 /target/linux/ar71xx | |
parent | cff56165ac54a408533decc8ef9b38221bc5b253 (diff) | |
download | upstream-0571c2d9f5abccd0c92f2e09da640067531bee60.tar.gz upstream-0571c2d9f5abccd0c92f2e09da640067531bee60.tar.bz2 upstream-0571c2d9f5abccd0c92f2e09da640067531bee60.zip |
mark ar71xx as no longer broken and enable madwifi
SVN-Revision: 12963
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index b3353f7d39..3f9d15f1ca 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR71xx -FEATURES:=squashfs tgz broken +FEATURES:=squashfs tgz LINUX_VERSION:=2.6.26.5 include $(INCLUDE_DIR)/target.mk -#DEFAULT_PACKAGES += kmod-madwifi +DEFAULT_PACKAGES += kmod-madwifi define Target/Description Build firmware images for Atheros AR71xx based boards |