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
commit59a3841c9cbc7ad68ac49cb8f41105c1e68e4040 (patch)
tree8a06e738a84f3de15b5302ff0c0299c7d3ba7bcc /package/base-files/Makefile
parente09767beea9781dcf5b2eecb475eff99d6a8cc61 (diff)
downloadupstream-59a3841c9cbc7ad68ac49cb8f41105c1e68e4040.tar.gz
upstream-59a3841c9cbc7ad68ac49cb8f41105c1e68e4040.tar.bz2
upstream-59a3841c9cbc7ad68ac49cb8f41105c1e68e4040.zip
base-files: mark libc as hold and essential, opkg should now bail out if someone tries to uninstall libc
SVN-Revision: 23960
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