Changeset e3304ad in freewrt
- Timestamp:
- Jul 12, 2007, 12:45:15 AM (18 years ago)
- Children:
- 8f057e2
- Parents:
- 50c52f6
- Location:
- package/fwifupdown
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package/fwifupdown/Makefile
r50c52f6 re3304ad 9 9 PKG_NAME:= fwifupdown 10 10 PKG_VERSION:= 0.2 11 PKG_RELEASE:= 3 411 PKG_RELEASE:= 35 12 12 PKG_SRC_ROOT:= ${TOPDIR}/package/${PKG_NAME} 13 13 PKG_CONFIG_WORKDIR:= etc/network -
package/fwifupdown/lib/vlan
r50c52f6 re3304ad 165 165 166 166 # bringing up raw device if down 167 if ip link show|grep eth0:|grep -q UP167 if ! ip link show |grep "${IF_VLAN_RAW_DEVICE}:" |grep -q UP 168 168 then 169 169 if ! ip link set up dev $IF_VLAN_RAW_DEVICE >/dev/null 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.
