X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f7f0781becbf4b54263839a797847f1b0ecc8f24..a21cc0882d2e77f0d383ea85e0ee55d3a92637eb:/package/base-files/Makefile diff --git a/package/base-files/Makefile b/package/base-files/Makefile index ff6dbc087..9ed6d9939 100644 --- 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 -PKG_RELEASE:=59 +PKG_RELEASE:=61 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/shadow /etc/profile /etc/shells /etc/sysctl.conf /etc/rc.local +/etc/sysupgrade.conf /etc/config/ /etc/dropbear/ $(call $(TARGET)/conffiles) @@ -162,6 +164,7 @@ ifneq ($(TARGET_avr32)$(TARGET_coldfire),) DEPENDS:=+libgcc endif URL:=$(LIBC_URL) + PKG_FLAGS:=hold essential endef