mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user