X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=package%2Fswconfig%2FMakefile;h=a3844c5f635cd6e4315b31ef5c4dbf90ff555538;hp=d22fa628f910dff0cc8ea243735524bb530bdcf9;hb=fcf2c28149f53bcfe846c1ce0457a8de6070624d;hpb=1a8f0fd9f0dc87ffd83e55176299a98f47c3cefb diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile index d22fa628f..a3844c5f6 100644 --- a/package/swconfig/Makefile +++ b/package/swconfig/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk @@ -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