diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-03 18:52:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-03 18:52:58 +0000 |
commit | 9aa1d64b915453adac4c502a5c89e0aff8cd07f2 (patch) | |
tree | 23fc8fa11fe22cd13e762af30c8b36fc769a8c77 /target/linux/brcm63xx | |
parent | 68e1fed8a45ae5076746b4e4dc7f95c3f8df0b88 (diff) | |
download | mtk-20170518-9aa1d64b915453adac4c502a5c89e0aff8cd07f2.zip mtk-20170518-9aa1d64b915453adac4c502a5c89e0aff8cd07f2.tar.gz mtk-20170518-9aa1d64b915453adac4c502a5c89e0aff8cd07f2.tar.bz2 |
Using CONFIG_MODVERSIONS is a bad idea, disable it and no longer mark brcm63xx as broken
SVN-Revision: 13106
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 31d11d6..be7dacb 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 diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index adadfa4..9e06892 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -163,8 +163,8 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set +CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_FORCE_UNLOAD=y -CONFIG_MODVERSIONS=y CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set CONFIG_MTD_BCM963XX=y |