projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e09767b
)
base-files: mark libc as hold and essential, opkg should now bail out if someone...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 11 Nov 2010 16:18:58 +0000
(16:18 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 11 Nov 2010 16:18:58 +0000
(16:18 +0000)
SVN-Revision: 23960
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index e49b18975b902a93a0b4b01178b63efd1abbffa2..67d1d762239b5f1f35f161450cfc54e4081576d8 100644
(file)
--- 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