mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
move /bin/swconfig to /sbin
SVN-Revision: 17387
This commit is contained in:
parent
ce99a874ec
commit
d498ff436a
@ -39,8 +39,8 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/swconfig/install
|
define Package/swconfig/install
|
||||||
$(INSTALL_DIR) $(1)/bin $(1)/lib/network
|
$(INSTALL_DIR) $(1)/sbin $(1)/lib/network
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/bin/swconfig
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/swconfig $(1)/sbin/swconfig
|
||||||
$(INSTALL_DATA) ./files/switch.sh $(1)/lib/network/
|
$(INSTALL_DATA) ./files/switch.sh $(1)/lib/network/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user