aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-24 22:05:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-24 22:05:49 +0000
commitcc84e60842108e5ae175f41aa2b9c3a4be99a3bd (patch)
treec34f80ec6efcc5f9de2170ea011452e582bb8177 /package/swconfig
parent5c5c690718c2c4362fd3fb48190b127756b2ebf5 (diff)
downloadupstream-cc84e60842108e5ae175f41aa2b9c3a4be99a3bd.tar.gz
upstream-cc84e60842108e5ae175f41aa2b9c3a4be99a3bd.tar.bz2
upstream-cc84e60842108e5ae175f41aa2b9c3a4be99a3bd.zip
move /bin/swconfig to /sbin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/swconfig')
-rw-r--r--package/swconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index d22fa628f9..8a1f80fe5d 100644
--- a/package/swconfig/Makefile
+++ b/package/swconfig/Makefile
@@ -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