diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-03 06:07:28 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-10-03 06:07:28 +0000 |
commit | 3303115e2b6c9409810121932d127292e66bad19 (patch) | |
tree | b9345a59e069aa29bd6e5fc14094643b14bd2e65 /package/busybox/Makefile | |
parent | a1d934d049a4d7e34bb2303015c1229326e9a76b (diff) |
fix busybox configuration submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
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 |