aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-28 19:54:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-28 19:54:11 +0000
commit2e339a64660df0231c39d7dfe47bc92b270902d0 (patch)
tree1e0a99a0d484ae3ee745b43fc79790bf6a3268b6 /package/swconfig/Makefile
parent4dd9373b3e8820b62aa3db59160a3f94732310f0 (diff)
downloadupstream-2e339a64660df0231c39d7dfe47bc92b270902d0.tar.gz
upstream-2e339a64660df0231c39d7dfe47bc92b270902d0.tar.bz2
upstream-2e339a64660df0231c39d7dfe47bc92b270902d0.zip
swconfig: fix backward compatibility
swconfig fails to load uci configuration after the generic switch identifier changes. root@OpenWrt:/# uci show network | grep switch network.@switch[0]=switch network.@switch[0].name=eth0 network.@switch[0].reset=1 network.@switch[0].enable_vlan=1 network.@switch_vlan[0]=switch_vlan network.@switch_vlan[0].device=eth0 network.@switch_vlan[0].vlan=1 network.@switch_vlan[0].ports=0t 2 3 4 5 network.@switch_vlan[1]=switch_vlan network.@switch_vlan[1].device=eth0 network.@switch_vlan[1].vlan=2 network.@switch_vlan[1].ports=0t 1 root@OpenWrt:/# swconfig dev eth0 load /etc/config/network Failed to apply configuration for switch 'switch0' root@OpenWrt:/# swconfig dev switch0 load /etc/config/network Failed to apply configuration for switch 'switch0' SVN-Revision: 27820
Diffstat (limited to 'package/swconfig/Makefile')
-rw-r--r--package/swconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index 58ae75f466..91939bb73f 100644
--- a/package/swconfig/Makefile
+++ b/package/swconfig/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=swconfig
-PKG_RELEASE:=8
+PKG_RELEASE:=9
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk