OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 10... Line 10...
10 include $(INCLUDE_DIR)/kernel.mk 10 include $(INCLUDE_DIR)/kernel.mk
11 include $(INCLUDE_DIR)/version.mk 11 include $(INCLUDE_DIR)/version.mk
12 include $(INCLUDE_DIR)/feeds.mk 12 include $(INCLUDE_DIR)/feeds.mk
Line 13... Line 13...
13   13  
14 PKG_NAME:=base-files 14 PKG_NAME:=base-files
15 PKG_RELEASE:=197 15 PKG_RELEASE:=192
Line 16... Line 16...
16 PKG_FLAGS:=nonshared 16 PKG_FLAGS:=nonshared
17   17  
18 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ 18 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
Line 19... Line 19...
19 PKG_BUILD_DEPENDS:=usign/host ucert/host 19 PKG_BUILD_DEPENDS:=usign/host
20 PKG_LICENSE:=GPL-2.0 20 PKG_LICENSE:=GPL-2.0
21   21  
Line 47... Line 47...
47 /etc/config/ 47 /etc/config/
48 /etc/config/network 48 /etc/config/network
49 /etc/config/system 49 /etc/config/system
50 /etc/crontabs/ 50 /etc/crontabs/
51 /etc/dropbear/ 51 /etc/dropbear/
52 /etc/ethers -  
53 /etc/group 52 /etc/group
54 /etc/hosts 53 /etc/hosts
55 /etc/inittab 54 /etc/inittab
56 /etc/iproute2/rt_protos 55 /etc/iproute2/rt_protos
57 /etc/iproute2/rt_tables 56 /etc/iproute2/rt_tables
Line 101... Line 100...
101 ifdef CONFIG_SIGNED_PACKAGES 100 ifdef CONFIG_SIGNED_PACKAGES
102 define Build/Configure 101 define Build/Configure
103 [ -s $(BUILD_KEY) -a -s $(BUILD_KEY).pub ] || \ 102 [ -s $(BUILD_KEY) -a -s $(BUILD_KEY).pub ] || \
104 $(STAGING_DIR_HOST)/bin/usign -G -s $(BUILD_KEY) -p $(BUILD_KEY).pub -c "Local build key" 103 $(STAGING_DIR_HOST)/bin/usign -G -s $(BUILD_KEY) -p $(BUILD_KEY).pub -c "Local build key"
Line 105... Line -...
105   -  
106 [ -s $(BUILD_KEY).ucert ] || \ -  
107 $(STAGING_DIR_HOST)/bin/ucert -I -c $(BUILD_KEY).ucert -p $(BUILD_KEY).pub -s $(BUILD_KEY) -  
108   104  
Line 109... Line 105...
109 endef 105 endef
110   106  
111 define Package/base-files/install-key 107 define Package/base-files/install-key
Line 193... Line 189...
193   189  
194 $(if $(CONFIG_CLEAN_IPKG),, \ 190 $(if $(CONFIG_CLEAN_IPKG),, \
195 mkdir -p $(1)/etc/opkg; \ 191 mkdir -p $(1)/etc/opkg; \
196 $(call FeedSourcesAppend,$(1)/etc/opkg/distfeeds.conf); \ 192 $(call FeedSourcesAppend,$(1)/etc/opkg/distfeeds.conf); \
197 $(VERSION_SED_SCRIPT) $(1)/etc/opkg/distfeeds.conf) -  
198 $(if $(CONFIG_IPK_FILES_CHECKSUMS), \ -  
199 rm -f $(1)/sbin/pkg_check,) 193 $(VERSION_SED_SCRIPT) $(1)/etc/opkg/distfeeds.conf)
Line 200... Line 194...
200 endef 194 endef
201   195  
202 ifneq ($(DUMP),1) 196 ifneq ($(DUMP),1)