From: Jo-Philipp Wich Date: Tue, 26 Jun 2012 08:30:38 +0000 (+0000) Subject: [tools] sdcc: enable packihx, required by firmwarehotplug X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=57b9ff68a9f274e163529bf731d74eb62b36bee8 [tools] sdcc: enable packihx, required by firmwarehotplug SVN-Revision: 32500 --- diff --git a/tools/sdcc/Makefile b/tools/sdcc/Makefile index 4da975583f..ef75fca9ac 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 \