preinit: fix #6596 Setting LAN IP Address in menuconfig is ignored

SVN-Revision: 19384
lede-17.01
Hauke Mehrtens 2010-01-29 20:30:21 +00:00
parent ac5d8374d1
commit 292b9782cd
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ sub gen_package_mk() {
$cmds \\
) > \$@
ifneq (\$(UCI_PRECONFIG)\$(CONFIG_UCI_PRECONFIG),)
ifneq (\$(IMAGEOPT)\$(CONFIG_IMAGEOPT),)
package/preconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig
endif
EOF