1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

package/base-files: call preinit_ip_deconfig before processing init on initramfs images

SVN-Revision: 20159
This commit is contained in:
Gabor Juhos 2010-03-12 14:37:19 +00:00
parent b8f02a36d1
commit 32be7f7605
2 changed files with 2 additions and 1 deletions

@ -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/

@ -5,6 +5,7 @@
initramfs_test() {
if [ -n "$INITRAMFS" ]; then
boot_run_hook initramfs
preinit_ip_deconfig
break
fi
}