mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:29:41 +02:00
avrdude: apply qi_lb60-patches when build for nanonote
This commit is contained in:
parent
61c7a8e695
commit
bd34549c23
@ -12,6 +12,11 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_TARGET_xburst_qi_lb60),y)
|
||||||
|
#apply patches: qi_lb60-patches
|
||||||
|
PATCH_DIR:=./qi_lb60-patches
|
||||||
|
endif
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/avrdude
|
define Package/avrdude
|
||||||
@ -35,9 +40,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-parport
|
--disable-parport
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_TARGET_xburst_qi_lb60),y)
|
||||||
ifdef CONFIG_TARGET_xburst_qi_lb60
|
|
||||||
#apply patches: qi_lb60-patches
|
|
||||||
#the qi_lb60-patches have some new .c file
|
#the qi_lb60-patches have some new .c file
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); aclocal; automake)
|
(cd $(PKG_BUILD_DIR); aclocal; automake)
|
||||||
|
Loading…
Reference in New Issue
Block a user