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/x86 | |
parent | a739348da2ea117739c3308c4e3b58fbd69cc229 (diff) | |
download | upstream-916b239f7ea0357272d5672e4aedd2f8592d9278.tar.gz upstream-916b239f7ea0357272d5672e4aedd2f8592d9278.tar.bz2 upstream-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/x86')
-rw-r--r-- | target/linux/x86/olpc/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/rdc/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/olpc/config-default b/target/linux/x86/olpc/config-default index 7ad86c0000..90f0302d55 100644 --- a/target/linux/x86/olpc/config-default +++ b/target/linux/x86/olpc/config-default @@ -28,7 +28,6 @@ CONFIG_FB_GEODE_LX=y CONFIG_FREEZER=y CONFIG_GPIOLIB=y # CONFIG_GPIO_SODAVILLE is not set -# CONFIG_HAMRADIO is not set CONFIG_HIBERNATE_CALLBACKS=y CONFIG_HIBERNATION=y # CONFIG_HIGHMEM64G is not set diff --git a/target/linux/x86/rdc/config-default b/target/linux/x86/rdc/config-default index 4d2b95323f..34007acbdf 100644 --- a/target/linux/x86/rdc/config-default +++ b/target/linux/x86/rdc/config-default @@ -25,7 +25,6 @@ CONFIG_DEBUG_BUGVERBOSE=y CONFIG_GPIOLIB=y CONFIG_GPIO_RDC321X=y CONFIG_GPIO_SYSFS=y -# CONFIG_HAMRADIO is not set # CONFIG_HPET_TIMER is not set CONFIG_HZ=250 # CONFIG_HZ_100 is not set |