1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 04:38:53 +03:00

avrdue: compile fine now

This commit is contained in:
Xiangfu Liu 2011-03-04 10:14:33 +08:00
parent c5dd13f878
commit 61c7a8e695

View File

@ -30,15 +30,29 @@ define Package/avrdude/conffiles
/etc/avrdude.conf
endef
CONFIGURE_ARGS+= \
--enable-shared \
--disable-static \
--disable-parport
ifdef CONFIG_TARGET_xburst_qi_lb60
#apply patches: qi_lb60-patches
#the qi_lb60-patches have some new .c file
define Build/Configure
(cd $(PKG_BUILD_DIR); aclocal; automake)
$(call Build/Configure/Default)
endef
CONFIGURE_ARGS+= \
--enable-shared \
--disable-static \
--disable-parport
#with out </dev/null. make stop at "config.status: creating avrdude.conf.tmp"
MAKE_FLAGS+=</dev/null
define Build/Compile
$(call Build/Compile/Default)
# the joy of autocrap (we need this to generate avrdude.conf)
$(call Build/Configure/Default)
endef
endif
define Package/avrdude/install
$(INSTALL_DIR) $(1)/etc