diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-21 00:12:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-21 00:12:18 +0000 |
commit | 096afa4e695916a8068c82af6807f9b6de587c38 (patch) | |
tree | 8cbff4e11cbf04f4cf8ec750f8ab6b008c7ad939 /package/busybox | |
parent | 021e6aa5f3691fe6fdf04a406a642575f46f284a (diff) |
more cleanups and a new menuconfig generator
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index a5830764e5..5ccbe22514 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -18,6 +18,7 @@ define Package/busybox CONFIGFILE:=config/Config.in SECTION:=base CATEGORY:=Base system +DEFAULT:=y TITLE:=Core utilities for embedded Linux DESCRIPTION:=The Swiss Army Knife of embedded Linux. It slices, it dices, it\\\ makes Julian Fries. |