projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7fe0ca
)
fix busybox configuration submenu
author
Nicolas Thill
<nico@openwrt.org>
Wed, 3 Oct 2007 06:07:28 +0000
(06:07 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 3 Oct 2007 06:07:28 +0000
(06:07 +0000)
SVN-Revision: 9103
package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index 7c7bd3adf8ad906a60708cdd4c7686adeedaaae1..3844e879ef509ee63f99f3713fbf0414801474d4 100644
(file)
--- 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