diff options
Diffstat (limited to 'openwrt/package/busybox/Config.in')
-rw-r--r-- | openwrt/package/busybox/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/busybox/Config.in b/openwrt/package/busybox/Config.in index 9420f5369..4f72994af 100644 --- a/openwrt/package/busybox/Config.in +++ b/openwrt/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 |