X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/18a017bbe4e03a8376861f32c5bf26721cbe24e4..9630e2ad947eaec40735d4f6735cc5d3f1bdb09a:/package/admswconfig/Makefile diff --git a/package/admswconfig/Makefile b/package/admswconfig/Makefile index 52aa2a467..6b06cfe6a 100644 --- a/package/admswconfig/Makefile +++ b/package/admswconfig/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -43,6 +42,10 @@ endef define Package/admswconfig/install $(INSTALL_DIR) $(1)/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/admswconfig $(1)/sbin/ + $(INSTALL_DIR) $(1)/lib/network/ + $(INSTALL_DATA) ./files/admswswitch.sh $(1)/lib/network/admswswitch.sh + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/admswconfig $(1)/etc/init.d/admswconfig endef $(eval $(call BuildPackage,admswconfig))