package/busybox: rename 'target-config.in' to 'Config.in' for coherency, move submenu to it and source main busybox Config.in from there

SVN-Revision: 20912
v19.07.3_mercusys_ac12_duma
Nicolas Thill 14 years ago
parent 01ff61d127
commit 5611e4d94d

@ -1,3 +1,6 @@
menu "Configuration"
depends on PACKAGE_busybox
config BUSYBOX_CONFIG_FEATURE_DEVFS
bool
default y if LINUX_2_4
@ -31,3 +34,6 @@ config BUSYBOX_CONFIG_HUSH
default y if NOMMU
default n if !NOMMU
source "package/busybox/config/Config.in"
endmenu

@ -42,11 +42,7 @@ define Package/busybox/description
endef
define Package/busybox/config
menu "Configuration"
depends on PACKAGE_busybox
source "$(SOURCE)/target-config.in"
source "$(SOURCE)/config/Config.in"
endmenu
source "$(SOURCE)/Config.in"
endef
define Build/Configure

Loading…
Cancel
Save