mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 18:14:04 +02:00
package/busybox: rename 'target-config.in' to 'Config.in' for coherency, move submenu to it and source main busybox Config.in from there
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
26223817c7
commit
37e53349f3
@ -1,3 +1,6 @@
|
|||||||
|
menu "Configuration"
|
||||||
|
depends on PACKAGE_busybox
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_DEVFS
|
config BUSYBOX_CONFIG_FEATURE_DEVFS
|
||||||
bool
|
bool
|
||||||
default y if LINUX_2_4
|
default y if LINUX_2_4
|
||||||
@ -31,3 +34,6 @@ config BUSYBOX_CONFIG_HUSH
|
|||||||
default y if NOMMU
|
default y if NOMMU
|
||||||
default n if !NOMMU
|
default n if !NOMMU
|
||||||
|
|
||||||
|
source "package/busybox/config/Config.in"
|
||||||
|
|
||||||
|
endmenu
|
@ -42,11 +42,7 @@ define Package/busybox/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/busybox/config
|
define Package/busybox/config
|
||||||
menu "Configuration"
|
source "$(SOURCE)/Config.in"
|
||||||
depends on PACKAGE_busybox
|
|
||||||
source "$(SOURCE)/target-config.in"
|
|
||||||
source "$(SOURCE)/config/Config.in"
|
|
||||||
endmenu
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
Reference in New Issue
Block a user