projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar7] cleanup the cpmac phy mask, patch from Ben Witten
[openwrt.git]
/
target
/
linux
/
avr32
/
image
/
u-boot
/
Makefile
diff --git
a/target/linux/avr32/image/u-boot/Makefile
b/target/linux/avr32/image/u-boot/Makefile
index
2d95b87
..
79bdb9f
100644
(file)
--- a/
target/linux/avr32/image/u-boot/Makefile
+++ b/
target/linux/avr32/image/u-boot/Makefile
@@
-20,7
+20,7
@@
PKG_CAT:=bzcat
include $(INCLUDE_DIR)/package.mk
-UBOOT_CONFIG=$(
strip $(subst ",, $(CONFIG_AVR32_UBOOT_TARGET)
))
+UBOOT_CONFIG=$(
call qstrip,$(CONFIG_AVR32_UBOOT_TARGET
))
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) $(UBOOT_CONFIG)_config
This page took
0.026371 seconds
and
4
git commands to generate.