From a935543d9046fc18fc587ba1900fd1a698c07cdd Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 13 Oct 2008 15:34:39 +0000 Subject: [PATCH] mark ar71xx as no longer broken and enable madwifi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12963 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index b3353f7d3..3f9d15f1c 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 -- 2.35.1