summaryrefslogtreecommitdiffstats
path: root/package/admswconfig/Makefile
diff options
context:
space:
mode:
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-27 15:59:15 +0000
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-27 15:59:15 +0000
commit42c72797dc387629e5755cbac7dba2c4604aef53 (patch)
treebcc39f143f69dc74034a976b3ea83fd67c0dc4ae /package/admswconfig/Makefile
parentdabfb71139a2d9698e7f28b20b88d38239f971f0 (diff)
add config file support for the adm5120 switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10529 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/admswconfig/Makefile')
-rw-r--r--package/admswconfig/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/admswconfig/Makefile b/package/admswconfig/Makefile
index 52aa2a467..96797378c 100644
--- a/package/admswconfig/Makefile
+++ b/package/admswconfig/Makefile
@@ -43,6 +43,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))