rc1
authorMike Baker <mbm@openwrt.org>
Sat, 25 Jun 2005 06:38:42 +0000 (06:38 +0000)
committerMike Baker <mbm@openwrt.org>
Sat, 25 Jun 2005 06:38:42 +0000 (06:38 +0000)
SVN-Revision: 1283

openwrt/target/default/target_skeleton/etc/banner
openwrt/target/default/target_skeleton/etc/init.d/S50dnsmasq
openwrt/target/default/target_skeleton/etc/ipkg.conf

index 2b2b2c015b21906e13800008586b81fc49089384..fd324e31515304b24fa132e6fcd85ceeb16945f1 100644 (file)
@@ -3,4 +3,8 @@
  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  |_______||   __|_____|__|__||________||__|  |____|
           |__| W I R E L E S S   F R E E D O M
-          
+ WHITE RUSSIAN (RC1) -------------------------------
+  * 2 oz Vodka   Mix the Vodka and Kahlua together
+  * 1 oz Kahlua  over ice, then float the cream or
+  * 1/2oz cream  milk on the top.
+ ---------------------------------------------------
index 6a5af0f05fcb4045b48adbf447468f4dad1681e7..82e013f724cf6b6fbfb5f4edbc6f981e97f664f4 100755 (executable)
@@ -8,20 +8,18 @@ ifname=$(nvram get ${iface}_ifname)
 ipaddr=$(nvram get ${iface}_ipaddr)
 netmask=$(nvram get ${iface}_netmask)
 
-(
-       # check for existing DHCP server
-       udhcpc -n -q -R -s /dev/zero -i $ifname >&- || {
+# check for existing DHCP server
+udhcpc -n -q -R -s /dev/zero -i $ifname >&- || {
 
-         ipaddr=$(ip2int $ipaddr)
-         netmask=$(ip2int ${netmask:-255.255.255.0})
-         network=$((ipaddr&netmask))
-         
-         start=$(nvram get dhcp_start)
-         start=$((network+${start:-100}))
-         end=$(nvram get dhcp_num)
-         end=$((start+${end:-150}))
-         
-         args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
-       }
-       dnsmasq ${args}
-) &
+  ipaddr=$(ip2int $ipaddr)
+  netmask=$(ip2int ${netmask:-255.255.255.0})
+  network=$((ipaddr&netmask))
+  
+  start=$(nvram get dhcp_start)
+  start=$((network+${start:-100}))
+  end=$(nvram get dhcp_num)
+  end=$((start+${end:-150}))
+  
+  args="-l /tmp/dhcp.leases -K -F $(int2ip $start),$(int2ip $end),$(int2ip $netmask),12h"
+}
+dnsmasq ${args}
index 3867213313bba6d1f16aa7ac4929e09125af37a8..38d4731b9dd18d163c518974f8cffceff9436d65 100644 (file)
@@ -1,3 +1,3 @@
-src experimental http://openwrt.org/downloads/experimental/bin/packages
+src experimental http://downloads.openwrt.org/whiterussian/packages
 dest root /
 dest ram /tmp