diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-12 14:37:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-12 14:37:19 +0000 |
commit | 32be7f760577d6781ad882b5f150a7963a197c7c (patch) | |
tree | 1421f7d93511ffd270d0d620bd4a7b572d501238 /package/base-files/Makefile | |
parent | b8f02a36d193f5369bff2a465bc23f6725bcd558 (diff) | |
download | upstream-32be7f760577d6781ad882b5f150a7963a197c7c.tar.gz upstream-32be7f760577d6781ad882b5f150a7963a197c7c.tar.bz2 upstream-32be7f760577d6781ad882b5f150a7963a197c7c.zip |
package/base-files: call preinit_ip_deconfig before processing init on initramfs images
SVN-Revision: 20159
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 5cd87a66f5..0d4c29eec8 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:=39 +PKG_RELEASE:=40 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |