summaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-12 05:06:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-12 05:06:56 +0000
commit5be70dfb578c8793084aa8b4526fad08d68a6155 (patch)
treedf67c1174d33863318f90dbce91f22c7b204038c /package/base-files/Makefile
parent13a66f12855066defdbc98f752caa5754a92a490 (diff)
implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index ea4159d64..5af1414d4 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -35,7 +35,6 @@ CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)
define Package/base-files$(TARGET)
SECTION:=base
CATEGORY:=Base system
- DEFAULT:=y
TITLE:=Base filesystem for OpenWrt
DESCRIPTION:=\
This package contains a base filesystem and system scripts for OpenWrt.
@@ -87,7 +86,6 @@ endef
define Package/libgcc
SECTION:=libs
CATEGORY:=Base system
- DEFAULT:=y
DEPENDS:=@!NATIVE_TOOLCHAIN
TITLE:=GCC support library
URL:=http://gcc.gnu.org/
@@ -106,7 +104,6 @@ endef
define Package/uclibc
SECTION:=libs
CATEGORY:=Base system
- DEFAULT:=y
DEPENDS:=@!NATIVE_TOOLCHAIN
TITLE:=C library embedded systems
URL:=http://uclibc.org/