[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
master
Jo-Philipp Wich 2010-11-11 16:18:58 +00:00
parent 2a5914606c
commit 411c1fe6b8
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
DEPENDS:=+libgcc
endif
URL:=$(LIBC_URL)
PKG_FLAGS:=hold essential
endef