From: Jo-Philipp Wich Date: Thu, 11 Nov 2010 16:18:58 +0000 (+0000) Subject: [package] base-files: mark libc as hold and essential, opkg should now bail out if... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=433c9d76703f8ac92e31429435e648b4b8db02ee;ds=sidebyside [package] base-files: mark libc as hold and essential, opkg should now bail out if someone tries to uninstall libc SVN-Revision: 23960 --- 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