mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:30:37 +02:00
[package] comgt: remove obsolete iptables support code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d756ab6289
commit
bd77cd72e1
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=comgt
|
PKG_NAME:=comgt
|
||||||
PKG_VERSION:=0.32
|
PKG_VERSION:=0.32
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME).$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=@SF/comgt
|
PKG_SOURCE_URL:=@SF/comgt
|
||||||
|
@ -6,15 +6,9 @@ config_get proto "$INTERFACE" proto
|
|||||||
config_get iface "$INTERFACE" ifname
|
config_get iface "$INTERFACE" ifname
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
ifup)
|
ifup)
|
||||||
iptables -I LAN_ACCEPT 1 -i "$iface" -j RETURN
|
|
||||||
iptables -A FORWARD -o "$iface" -j ACCEPT
|
|
||||||
iptables -t nat -A POSTROUTING -o "$iface" -j MASQUERADE
|
|
||||||
set_3g_led 1 1 0
|
set_3g_led 1 1 0
|
||||||
;;
|
;;
|
||||||
ifdown)
|
ifdown)
|
||||||
iptables -D LAN_ACCEPT -i "$iface" -j RETURN
|
|
||||||
iptables -D FORWARD -o "$iface" -j ACCEPT
|
|
||||||
iptables -t nat -D POSTROUTING -o "$iface" -j MASQUERADE
|
|
||||||
set_3g_led 0 0 0
|
set_3g_led 0 0 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user