aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-06 07:56:21 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-06 07:56:21 +0000
commit916b239f7ea0357272d5672e4aedd2f8592d9278 (patch)
tree2edd2e83739f77d41f47c353a1172f85230432fd /target/linux/uml
parenta739348da2ea117739c3308c4e3b58fbd69cc229 (diff)
downloadmaster-187ad058-916b239f7ea0357272d5672e4aedd2f8592d9278.tar.gz
master-187ad058-916b239f7ea0357272d5672e4aedd2f8592d9278.tar.bz2
master-187ad058-916b239f7ea0357272d5672e4aedd2f8592d9278.zip
kernel: disbale HAMRADIO in generic config
HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml')
-rw-r--r--target/linux/uml/config/i3861
-rw-r--r--target/linux/uml/config/x86_641
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386
index 44c9f3b59a..67081a53a3 100644
--- a/target/linux/uml/config/i386
+++ b/target/linux/uml/config/i386
@@ -41,7 +41,6 @@ CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
-# CONFIG_HAMRADIO is not set
CONFIG_HAVE_AOUT=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
# CONFIG_HAVE_GENERIC_HARDIRQS is not set
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64
index edb32bb34c..203ba4b05c 100644
--- a/target/linux/uml/config/x86_64
+++ b/target/linux/uml/config/x86_64
@@ -44,7 +44,6 @@ CONFIG_GENERIC_CPU_DEVICES=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_IO=y
CONFIG_GENERIC_IRQ_SHOW=y
-# CONFIG_HAMRADIO is not set
CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set