mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
preinit: fix #6596
Setting LAN IP Address in menuconfig is ignored git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19384 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
843f6cd1fa
commit
b91840ea43
@ -765,7 +765,7 @@ sub gen_package_mk() {
|
|||||||
$cmds \\
|
$cmds \\
|
||||||
) > \$@
|
) > \$@
|
||||||
|
|
||||||
ifneq (\$(UCI_PRECONFIG)\$(CONFIG_UCI_PRECONFIG),)
|
ifneq (\$(IMAGEOPT)\$(CONFIG_IMAGEOPT),)
|
||||||
package/preconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig
|
package/preconfig: \$(TARGET_DIR)/etc/uci-defaults/$preconfig
|
||||||
endif
|
endif
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user