1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:23:09 +02:00

fix busybox configuration submenu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9103 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-10-03 06:07:28 +00:00
parent a1d934d049
commit 3303115e2b

View File

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