From: florian Date: Mon, 3 Nov 2008 18:52:58 +0000 (+0000) Subject: Using CONFIG_MODVERSIONS is a bad idea, disable it and no longer mark brcm63xx as... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=8295d48e38e6406776309b3fe20c21b4d51ca523;p=openwrt-10.03%2F.git 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 --- diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 31d11d64f..be7dacb7c 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 adadfa4a0..9e0689210 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