aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-03 18:52:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-03 18:52:58 +0000
commitc0645236a7ae7b6e984b09877d273f60555d01df (patch)
tree65e58d60668c931a332a1e52f98a16286dd25f97 /target/linux/brcm63xx/Makefile
parent85082a047ddb157787e37b0406d622ee66682f0c (diff)
downloadmaster-187ad058-c0645236a7ae7b6e984b09877d273f60555d01df.tar.gz
master-187ad058-c0645236a7ae7b6e984b09877d273f60555d01df.tar.bz2
master-187ad058-c0645236a7ae7b6e984b09877d273f60555d01df.zip
Using CONFIG_MODVERSIONS is a bad idea, disable it and no longer mark brcm63xx as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13106 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-rw-r--r--target/linux/brcm63xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index 31d11d64f6..be7dacb7cc 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM63xx
-FEATURES:=squashfs jffs2 broken usb atm
+FEATURES:=squashfs jffs2 usb atm
LINUX_VERSION:=2.6.27.4
include $(INCLUDE_DIR)/target.mk