X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fother.mk;h=352af2894e979fda003ca00de4f2ce26b5a73238;hb=6f2f0ae8bbc34e25bea9e17bbb40bf797322513f;hp=f370f65129b0360a99669b225ddd13bcefb73c95;hpb=8f88d84f9d24eb9c647c4e8f5bdb863fab42c63c;p=openwrt-working-2016%2F.git diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index f370f65129..352af2894e 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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))