aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-11 16:18:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-11 16:18:58 +0000
commit411c1fe6b871b240282fb335c22e7adb511bdcd5 (patch)
treed8b300bec056314e3f5d5f177f29224eebc2b6f3 /package/base-files/Makefile
parent2a5914606c823f9c91dbbc7f874144d22a01ee0b (diff)
downloadmaster-187ad058-411c1fe6b871b240282fb335c22e7adb511bdcd5.tar.gz
master-187ad058-411c1fe6b871b240282fb335c22e7adb511bdcd5.tar.bz2
master-187ad058-411c1fe6b871b240282fb335c22e7adb511bdcd5.zip
[package] base-files: mark libc as hold and essential, opkg should now bail out if someone tries to uninstall libc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index e49b18975b..67d1d76223 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -164,6 +164,7 @@ ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
DEPENDS:=+libgcc
endif
URL:=$(LIBC_URL)
+ PKG_FLAGS:=hold essential
endef