diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-14 20:35:05 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-14 20:35:05 +0000 |
commit | 0001d67471ae603cc44ff67aa0ec466bcfc08754 (patch) | |
tree | b57327c5ecc5f828462f7cb5ad152d7ee1eb4462 /openwrt/package/chillispot | |
parent | 29c4a016b09756eac842b7be318b3db2c82a85ad (diff) |
Convert chillispot to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/chillispot')
-rw-r--r-- | openwrt/package/chillispot/Makefile | 3 | ||||
-rw-r--r-- | openwrt/package/chillispot/files/chillispot.init (renamed from openwrt/package/chillispot/ipkg/chillispot.init) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/chillispot/Makefile b/openwrt/package/chillispot/Makefile index e2be170e85..cacaee2553 100644 --- a/openwrt/package/chillispot/Makefile +++ b/openwrt/package/chillispot/Makefile @@ -15,6 +15,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(TOPDIR)/package/rules.mk + $(eval $(call PKG_template,CHILLISPOT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.configured: @@ -60,7 +61,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured $(IPKG_CHILLISPOT): install -m0755 -d $(IDIR_CHILLISPOT)/etc/init.d - install -m0755 ./ipkg/$(PKG_NAME).init $(IDIR_CHILLISPOT)/etc/init.d/chilli + install -m0755 ./files/$(PKG_NAME).init $(IDIR_CHILLISPOT)/etc/init.d/chilli install -m0755 -d $(IDIR_CHILLISPOT)/etc install -m0644 $(PKG_BUILD_DIR)/doc/chilli.conf $(IDIR_CHILLISPOT)/etc/ install -m0755 -d $(IDIR_CHILLISPOT)/usr/sbin diff --git a/openwrt/package/chillispot/ipkg/chillispot.init b/openwrt/package/chillispot/files/chillispot.init index 289b1fe8a5..289b1fe8a5 100644 --- a/openwrt/package/chillispot/ipkg/chillispot.init +++ b/openwrt/package/chillispot/files/chillispot.init |