mirror of
https://github.com/openwrt/openwrt.git
synced 2026-01-09 18:30:16 +04:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user