diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-30 07:30:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-30 07:30:29 +0000 |
commit | 92018ea85cb855d9ef17c4c0292634b0063db5f9 (patch) | |
tree | b52ba40b2913aa79e8be1415b002004db76e2b41 /netbase | |
parent | 9e1b9a31fefa4c2bc6e9740a61407792393f24c7 (diff) |
BUGFIX: set wireless_type to wlan-ng in the default tosa /etc/network/interfaces file.
BKrev: 41ac2195all77MzHHeatBo5UE4hidA
Diffstat (limited to 'netbase')
-rw-r--r-- | netbase/netbase/tosa/interfaces | 1 | ||||
-rw-r--r-- | netbase/netbase_4.19.oe | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/netbase/netbase/tosa/interfaces b/netbase/netbase/tosa/interfaces index b0938d3e94..92b022475c 100644 --- a/netbase/netbase/tosa/interfaces +++ b/netbase/netbase/tosa/interfaces @@ -6,6 +6,7 @@ iface lo inet loopback # Wireless interfaces iface wlan0 inet dhcp + wireless_type wlan-ng wireless_mode Managed pre-up modprobe prism2_usb pre-up /sbin/usbctl on 1 diff --git a/netbase/netbase_4.19.oe b/netbase/netbase_4.19.oe index aa4f0a4efe..1f478b0c1b 100644 --- a/netbase/netbase_4.19.oe +++ b/netbase/netbase_4.19.oe @@ -1,7 +1,7 @@ SECTION = "base" DESCRIPTION = "This package provides the necessary \ infrastructure for basic TCP/IP based networking." -PR = "r1" +PR = "r2" inherit update-rc.d |