diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-06 22:34:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-06 22:34:24 +0000 |
commit | 0e626a5d2cdf341072058254215eda8f5124837b (patch) | |
tree | 54073e9bf16eea0a3fdf52287df16276841a8b21 /target/linux/mpc52xx | |
parent | 44d3138add811ec32b875e866f3053a3203c4a22 (diff) | |
download | master-187ad058-0e626a5d2cdf341072058254215eda8f5124837b.tar.gz master-187ad058-0e626a5d2cdf341072058254215eda8f5124837b.tar.bz2 master-187ad058-0e626a5d2cdf341072058254215eda8f5124837b.zip |
kernel: do not build kernel modules by default
No config option should be set to m in the default config, because
there is also some script needed which picks the module up into the
image and that is missing this way. Always create a kmod when building
a module.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41539 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc52xx')
-rw-r--r-- | target/linux/mpc52xx/config-3.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc52xx/config-3.10 b/target/linux/mpc52xx/config-3.10 index d0a891cd10..5cb5aeee25 100644 --- a/target/linux/mpc52xx/config-3.10 +++ b/target/linux/mpc52xx/config-3.10 @@ -281,7 +281,6 @@ CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_UIDGID_CONVERTED=y CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_SUPPORT=y -CONFIG_VIDEO_OUTPUT_CONTROL=m # CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_WATCHDOG_NOWAYOUT=y |