diff --git a/avrdude/Makefile b/avrdude/Makefile index 2f803f8..f503f49 100644 --- a/avrdude/Makefile +++ b/avrdude/Makefile @@ -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