summaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-06 07:56:21 +0000
committerJohn Crispin <john@openwrt.org>2015-03-06 07:56:21 +0000
commitfa097e5ae5fddb82a077a0bb1676a512fa2d908e (patch)
tree03ba239082e142daeb7e746919417ebd6adc4bb3 /target/linux/sunxi
parent66178457116e5bbaf67d48cbbed158f68adf8ce1 (diff)
downloadmaster-31e0f0ae-fa097e5ae5fddb82a077a0bb1676a512fa2d908e.tar.gz
master-31e0f0ae-fa097e5ae5fddb82a077a0bb1676a512fa2d908e.tar.bz2
master-31e0f0ae-fa097e5ae5fddb82a077a0bb1676a512fa2d908e.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> SVN-Revision: 44613
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r--target/linux/sunxi/config-3.141
-rw-r--r--target/linux/sunxi/config-3.181
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/sunxi/config-3.14 b/target/linux/sunxi/config-3.14
index 852ff795a1..e1ae931dd3 100644
--- a/target/linux/sunxi/config-3.14
+++ b/target/linux/sunxi/config-3.14
@@ -169,7 +169,6 @@ CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_SYSFS=y
-# CONFIG_HAMRADIO is not set
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_HAS_DMA=y
CONFIG_HAS_IOMEM=y
diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18
index 6b5ca15b1e..554bc8ce7c 100644
--- a/target/linux/sunxi/config-3.18
+++ b/target/linux/sunxi/config-3.18
@@ -182,7 +182,6 @@ CONFIG_GLOB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_SYSFS=y
-# CONFIG_HAMRADIO is not set
CONFIG_HANDLE_DOMAIN_IRQ=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_HAS_DMA=y