1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

move /bin/swconfig to /sbin

SVN-Revision: 17387
This commit is contained in:
Felix Fietkau 2009-08-24 22:05:49 +00:00
parent ce99a874ec
commit d498ff436a

@ -39,8 +39,8 @@ define Build/Compile
endef
define Package/swconfig/install
$(INSTALL_DIR) $(1)/bin $(1)/lib/network
$(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/bin/swconfig
$(INSTALL_DIR) $(1)/sbin $(1)/lib/network
$(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/sbin/swconfig
$(INSTALL_DATA) ./files/switch.sh $(1)/lib/network/
endef