From 66340c40ffd6e04363b4e5c6f71264e5af30af30 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Wed, 27 Feb 2008 15:59:15 +0000 Subject: add config file support for the adm5120 switch SVN-Revision: 10529 --- package/admswconfig/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/admswconfig/Makefile') diff --git a/package/admswconfig/Makefile b/package/admswconfig/Makefile index 52aa2a467f..96797378cc 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)) -- cgit v1.2.3