diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:34:52 +0000 |
commit | 3d904bb14a330fb72f60d4b78a40435389398655 (patch) | |
tree | 4c6922d42353c39b46dcd7cd09982fbe9c1f9765 /package/busybox/Config.in | |
parent | b92a98900c8308542da9f758cd656880081f1196 (diff) | |
download | upstream-3d904bb14a330fb72f60d4b78a40435389398655.tar.gz upstream-3d904bb14a330fb72f60d4b78a40435389398655.tar.bz2 upstream-3d904bb14a330fb72f60d4b78a40435389398655.zip |
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 9420f53694..4f72994af5 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -17,3 +17,10 @@ config BR2_PACKAGE_BUSYBOX_SNAPSHOT Use the latest busybox CVS snapshot instead of release. For fun, you should say Y. + +menu "Busybox Configuration" + depends BR2_PACKAGE_BUSYBOX + +source package/busybox/config/Config.in + +endmenu |