X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fbase-files%2FMakefile;h=9a1ef17229f70e0233a0fa96aa5a341a87ab3573;hp=928a716e1889159326a94fc2d3636ab70e5682b9;hb=a19915e1c3bdc6f39a39f676058654425b52b43c;hpb=f80781773cdf8f703da3ab80cc78d7f7363ae254 diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 928a716e1..9a1ef1722 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=43.8 +PKG_RELEASE:=43.19 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host @@ -50,6 +50,7 @@ define Package/base-files/conffiles /etc/inittab /etc/group /etc/passwd +/etc/shadow /etc/profile /etc/shells /etc/sysctl.conf @@ -57,6 +58,7 @@ define Package/base-files/conffiles /etc/sysupgrade.conf /etc/config/ /etc/dropbear/ +/etc/crontabs/ $(call $(TARGET)/conffiles) endef @@ -163,6 +165,7 @@ ifneq ($(TARGET_avr32)$(TARGET_coldfire),) DEPENDS:=+libgcc endif URL:=$(LIBC_URL) + PKG_FLAGS:=hold essential endef