1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

replace old quote stripping with calls to qstrip macro

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21242 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2010-04-29 00:32:44 +00:00
parent 99837ee6f8
commit fa0689dd0b
4 changed files with 10 additions and 12 deletions

View File

@@ -20,9 +20,9 @@ PKG_CAT:=bzcat
include $(INCLUDE_DIR)/package.mk
UBOOT_CONFIG=$(strip $(subst ",, $(CONFIG_UBOOT_TARGET)))
LAN_IP=$(strip $(CONFIG_UBOOT_IPADDR))
LAN_SERVERIP=$(strip $(subst ",, $(CONFIG_UBOOT_SERVERIP)))
UBOOT_CONFIG=$(call qstrip,$(CONFIG_UBOOT_TARGET))
LAN_IP=$(call qstrip,$(CONFIG_UBOOT_IPADDR))
LAN_SERVERIP=$(call qstrip,$(CONFIG_UBOOT_SERVERIP))
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) $(UBOOT_CONFIG)_config