aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-10-03 06:07:28 +0000
committerNicolas Thill <nico@openwrt.org>2007-10-03 06:07:28 +0000
commit2699938e8673913e835505bbe2888940cf049d37 (patch)
treeb9345a59e069aa29bd6e5fc14094643b14bd2e65 /package/busybox
parentf0245f90e7e4ead957b7bdc0a93a9877a0facfa3 (diff)
downloadupstream-2699938e8673913e835505bbe2888940cf049d37.tar.gz
upstream-2699938e8673913e835505bbe2888940cf049d37.tar.bz2
upstream-2699938e8673913e835505bbe2888940cf049d37.zip
fix busybox configuration submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 7c7bd3adf8..3844e879ef 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -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