diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 08:30:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 08:30:38 +0000 |
commit | d1883cc0d040cc33a567fbba1eb58c15afe2bb7a (patch) | |
tree | b0cde90c4237ee562a14a075f3ca389f29bcb144 /tools | |
parent | 034fbb7af39f2afb9eec4464ac1cbbf164804fe3 (diff) | |
download | upstream-d1883cc0d040cc33a567fbba1eb58c15afe2bb7a.tar.gz upstream-d1883cc0d040cc33a567fbba1eb58c15afe2bb7a.tar.bz2 upstream-d1883cc0d040cc33a567fbba1eb58c15afe2bb7a.zip |
[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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |