From 61c7a8e695562680c8958e9449cc9cba3233a3d9 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Fri, 4 Mar 2011 10:14:33 +0800 Subject: [PATCH] avrdue: compile fine now --- avrdude/Makefile | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) 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