aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
commit105a602ecf14e4afe29f88e062496135bce41dc7 (patch)
tree486a3c1c55fa9733f87903e0adb73bd931a238b7 /package/base-files/Makefile
parent646342f30f409ac8030b634f2715ab9acac07858 (diff)
downloadupstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.gz
upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.bz2
upstream-105a602ecf14e4afe29f88e062496135bce41dc7.zip
implement target profiles in menuconfig
SVN-Revision: 5512
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 ea4159d641..5af1414d4e 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/