projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: mark libc as hold and essential, opkg should now bail out if...
[openwrt.git]
/
package
/
base-files
/
Makefile
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
bd77d34
..
67d1d76
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-50,6
+50,7
@@
define Package/base-files/conffiles
/etc/inittab
/etc/group
/etc/passwd
+/etc/shadow
/etc/profile
/etc/shells
/etc/sysctl.conf
@@
-163,6
+164,7
@@
ifneq ($(TARGET_avr32)$(TARGET_coldfire),)
DEPENDS:=+libgcc
endif
URL:=$(LIBC_URL)
+ PKG_FLAGS:=hold essential
endef
This page took
0.02072 seconds
and
4
git commands to generate.