diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:21 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-06 07:56:21 +0000 |
commit | 916b239f7ea0357272d5672e4aedd2f8592d9278 (patch) | |
tree | 2edd2e83739f77d41f47c353a1172f85230432fd /target/linux/malta | |
parent | a739348da2ea117739c3308c4e3b58fbd69cc229 (diff) | |
download | master-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/malta')
-rw-r--r-- | target/linux/malta/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/malta/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/malta/config-3.19 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/malta/config-3.14 b/target/linux/malta/config-3.14 index d38ca24398..af4888d465 100644 --- a/target/linux/malta/config-3.14 +++ b/target/linux/malta/config-3.14 @@ -62,7 +62,6 @@ CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIO_DEVRES=y -# CONFIG_HAMRADIO is not set CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y diff --git a/target/linux/malta/config-3.18 b/target/linux/malta/config-3.18 index 48782a7ceb..d9757de120 100644 --- a/target/linux/malta/config-3.18 +++ b/target/linux/malta/config-3.18 @@ -64,7 +64,6 @@ CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIO_DEVRES=y -# CONFIG_HAMRADIO is not set CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y diff --git a/target/linux/malta/config-3.19 b/target/linux/malta/config-3.19 index 1afc847bd5..25d2ac184f 100644 --- a/target/linux/malta/config-3.19 +++ b/target/linux/malta/config-3.19 @@ -65,7 +65,6 @@ CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GPIO_DEVRES=y -# CONFIG_HAMRADIO is not set CONFIG_HARDWARE_WATCHPOINTS=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y |