Changeset 32938
- Timestamp:
- 2012-08-01T20:40:35+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/faifa/Makefile
r32937 r32938 15 15 PKG_SOURCE_URL:=git://github.com/ffainelli/faifa.git 16 16 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) 17 PKG_SOURCE_VERSION:= cc654aca7f0350a53620738a4d569b5bb4790ee517 PKG_SOURCE_VERSION:=ec156fd31fbf630392ec326d5a2371e68e7e7b6e 18 18 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz 19 19 … … 54 54 endef 55 55 56 define Package/hpavcfg 57 $(call Package/faifa/Default) 58 SECTION:=net 59 CATEGORY:=Network 60 TITLE:=HomePlug AV lightweight configurator 61 endef 62 63 define Package/hpavcfg/description 64 Lightweight configuration tool, only capable of setting a local device key 65 endef 66 56 67 TARGET_CFLAGS += $(FPIC) 57 68 … … 76 87 endef 77 88 89 define Package/hpavcfg/install 90 $(INSTALL_DIR) $(1)/usr/bin 91 $(CP) $(PKG_INSTALL_DIR)/usr/bin/hpav_cfg $(1)/usr/bin 92 endef 93 78 94 $(eval $(call BuildPackage,faifa)) 79 95 $(eval $(call BuildPackage,libfaifa)) 96 $(eval $(call BuildPackage,hpavcfg))
Note: See TracChangeset
for help on using the changeset viewer.