summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-26 08:30:38 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-26 08:30:38 +0000
commit75f167e6de77d66546228de4b714cae59250975e (patch)
treeb0cde90c4237ee562a14a075f3ca389f29bcb144 /tools
parentd3510593f9f01f3ea3c201be06a3238d7b102980 (diff)
[tools] sdcc: enable packihx, required by firmwarehotplug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/sdcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile
index 4da975583..ef75fca9a 100644
--- a/tools/sdcc/Makefile
+++ b/tools/sdcc/Makefile
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += \
--disable-ucsim \
- --disable-packihx \
+ --enable-packihx \
--enable-sdcpp \
--disable-sdcdb \
--disable-gbz80-port \