From 59a3841c9cbc7ad68ac49cb8f41105c1e68e4040 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Thu, 11 Nov 2010 16:18:58 +0000
Subject: [PATCH] base-files: mark libc as hold and essential, opkg should now
 bail out if someone tries to uninstall libc

SVN-Revision: 23960
---
 package/base-files/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 
 
-- 
GitLab