package/mac80211: add menuconfig option for enabling debug support via debugfs
[openwrt.git] / package / swconfig / Makefile
index d22fa62..8a1f80f 100644 (file)
@@ -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
 
This page took 0.024723 seconds and 4 git commands to generate.