Changeset 32666
- Timestamp:
- 2012-07-11T14:17:46+02:00 (6 years ago)
- Location:
- packages/ipv6/aiccu
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/ipv6/aiccu/Makefile
r29219 r32666 1 1 # 2 # Copyright (C) 2006-201 1OpenWrt.org2 # Copyright (C) 2006-2012 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 10 10 PKG_NAME:=aiccu 11 11 PKG_VERSION:=20070115 12 PKG_RELEASE:= 912 PKG_RELEASE:=10 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz … … 23 23 SECTION:=ipv6 24 24 CATEGORY:=IPv6 25 DEPENDS:=+libpthread +ip +kmod-sit +kmod-tun25 DEPENDS:=+libpthread 26 26 TITLE:=SixXS Automatic IPv6 Connectivity Client Utility 27 27 URL:=http://www.sixxs.net/tools/aiccu/ … … 47 47 $(INSTALL_DIR) $(1)/usr/sbin 48 48 $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/ 49 $(INSTALL_DIR) $(1)/etc/config50 $(INSTALL_CONF) ./files/aiccu.config $(1)/etc/config/aiccu51 $(INSTALL_DIR) $(1)/etc/init.d52 $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu53 49 endef 54 50
Note: See TracChangeset
for help on using the changeset viewer.