mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:17:30 +02:00
package/kernel: add IKCONFIG module option
Add an option for building the configs.ko module which provides kernel configuration via /proc/config.gz Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8f88d84f9d
commit
6f2f0ae8bb
@ -697,3 +697,18 @@ define KernelPackage/regmap/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,regmap))
|
||||
|
||||
define KernelPackage/ikconfig
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Kernel configuration via /proc/config.gz
|
||||
KCONFIG:=CONFIG_IKCONFIG \
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
FILES:=$(LINUX_DIR)/kernel/configs.ko
|
||||
AUTOLOAD:=$(call AutoLoad,70,configs)
|
||||
endef
|
||||
|
||||
define KernelPackage/ikconfig/description
|
||||
Kernel configuration via /proc/config.gz
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ikconfig))
|
||||
|
Loading…
Reference in New Issue
Block a user