Changeset f16a763 in freewrt
- Timestamp:
- Jul 2, 2007, 2:18:36 PM (18 years ago)
- Children:
- 59becf1
- Parents:
- c47ef60
- Location:
- package/fwifupdown
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
lib/bridge (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/fwifupdown/Makefile
rc47ef60 rf16a763 9 9 PKG_NAME:= fwifupdown 10 10 PKG_VERSION:= 0.2 11 PKG_RELEASE:= 2 811 PKG_RELEASE:= 29 12 12 PKG_SRC_ROOT:= ${TOPDIR}/package/${PKG_NAME} 13 13 PKG_CONFIG_WORKDIR:= etc/network -
package/fwifupdown/lib/bridge
rc47ef60 rf16a763 31 31 for IF in $IF_BRIDGE_IFACES; do 32 32 # is it up? 33 is_up || continue33 is_up $IF || continue 34 34 # up now, add it to the list 35 35 ifacelist="$ifacelist $IF"
Note:
See TracChangeset
for help on using the changeset viewer.
