mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +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_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
|
||||
|
||||
define Package/avrdude
|
||||
@ -35,9 +40,7 @@ CONFIGURE_ARGS+= \
|
||||
--disable-static \
|
||||
--disable-parport
|
||||
|
||||
|
||||
ifdef CONFIG_TARGET_xburst_qi_lb60
|
||||
#apply patches: qi_lb60-patches
|
||||
ifeq ($(CONFIG_TARGET_xburst_qi_lb60),y)
|
||||
#the qi_lb60-patches have some new .c file
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); aclocal; automake)
|
||||
|
Loading…
Reference in New Issue
Block a user