Changeset 252 for floppyfw-3.0
- Timestamp:
- 07/20/08 10:13:55 (4 years ago)
- Location:
- floppyfw-3.0
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
makefiles/busybox.mk (modified) (1 diff)
-
scripts/network.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floppyfw-3.0/Makefile
r245 r252 38 38 39 39 # Which version of floppyfw is this? 40 FLOPPYFW_VERSION=3.0. 740 FLOPPYFW_VERSION=3.0.8 41 41 42 42 # What sortof target system shall we compile this for? -
floppyfw-3.0/makefiles/busybox.mk
r245 r252 7 7 # BUSYBOX_VERSION=1.2.2.1 8 8 # BUSYBOX_VERSION=1.10.4 9 BUSYBOX_VERSION=1.11. 09 BUSYBOX_VERSION=1.11.1 10 10 11 11 ifeq ($(USE_BUSYBOX_SNAPSHOT),true) -
floppyfw-3.0/scripts/network.ini
r103 r252 214 214 /etc/udhcpd.conf.sh 215 215 /sbin/udhcpd /etc/udhcpd.conf 216 [ $p ]|| /sbin/dnsmasq $DNSMASQ_OPTS216 pidof dnsmasq || /sbin/dnsmasq $DNSMASQ_OPTS 217 217 else 218 218 if [ "$DNSMASQ" = y ] 219 219 then 220 [ $p ] || /sbin/dnsmasq $DNSMASQ_OPTS220 pidof dnsmasq || /sbin/dnsmasq $DNSMASQ_OPTS 221 221 fi 222 222 fi … … 226 226 /etc/dmz-udhcpd.conf.sh 227 227 /sbin/udhcpd /etc/dmz-udhcpd.conf 228 [ $p ]|| /sbin/dnsmasq $DNSMASQ_OPTS229 fi 228 pidof dnsmasq || /sbin/dnsmasq $DNSMASQ_OPTS 229 fi