X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fbusybox%2FMakefile;h=ff23ee7dd81864cb7d62fc0493673a94528320cc;hp=23dcc1cf8dc7071192abb18711e862ed84eb6aba;hb=93e50b06ca295bc34326f6221b48ff5e94ccaa12;hpb=95bdcf394e439d688a5290a26a15e0bc31144f91 diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 23dcc1cf8..ff23ee7dd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -15,14 +15,18 @@ PKG_CAT:=bzcat include $(TOPDIR)/package/rules.mk define Package/busybox -CONFIGFILE:=config/Config.in SECTION:=base CATEGORY:=Base system +MENU:=1 DEFAULT:=y TITLE:=Core utilities for embedded Linux DESCRIPTION:=The Swiss Army Knife of embedded Linux. \\\ It slices, it dices, it makes Julian Fries. URL:=http://busybox.net/ +CONFIG:=menu "Configuration" \\\ + depends on PACKAGE_busybox \\\ +source "package/busybox/config/Config.in" \\\ +endmenu endef define Build/Configure