projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[orion]: the same DEFAULT_PACKAGES should be selected in the generic Makefile
[openwrt.git]
/
package
/
base-files
/
Makefile
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
ff6dbc0
..
e49b189
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=
59
+PKG_RELEASE:=
60
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_BUILD_DEPENDS:=opkg/host
@@
-50,10
+50,12
@@
define Package/base-files/conffiles
/etc/inittab
/etc/group
/etc/passwd
/etc/inittab
/etc/group
/etc/passwd
+/etc/shadow
/etc/profile
/etc/shells
/etc/sysctl.conf
/etc/rc.local
/etc/profile
/etc/shells
/etc/sysctl.conf
/etc/rc.local
+/etc/sysupgrade.conf
/etc/config/
/etc/dropbear/
$(call $(TARGET)/conffiles)
/etc/config/
/etc/dropbear/
$(call $(TARGET)/conffiles)
This page took
0.027577 seconds
and
4
git commands to generate.