diff options
author | Phil Blundell <philb@gnu.org> | 2005-01-25 14:02:30 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-01-25 14:02:30 +0000 |
commit | 4fc415229063b35bb87c09fc337b80453930c143 (patch) | |
tree | 4b9e0622ca22595b4141e708f4629d93f05f2cb1 /packages/netbase | |
parent | 0af9d5b0e4df2fbb4dffc2d81c3817e93d4b6c2b (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2005/01/25 00:06:56+00:00 nexus.co.uk!pb
apply patch from Paul Eggleton to forward port usbnet-related net.agent changes from Familiar 0.7
2005/01/25 00:05:03+00:00 nexus.co.uk!pb
apply patch from Paul Eggleton to restore usbnet behaviour from Familiar 0.7
2005/01/24 23:59:26+00:00 nexus.co.uk!pb
add scap to handheld-common BOOTSTRAP_EXTRA_DEPENDS/RRECOMMENDS
2005/01/24 23:57:03+00:00 nexus.co.uk!pb
add scap
BKrev: 41f65176bucCL0CGF5e7FYURgLdgRw
Diffstat (limited to 'packages/netbase')
-rw-r--r-- | packages/netbase/netbase/interfaces | 9 | ||||
-rw-r--r-- | packages/netbase/netbase_4.19.bb | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/packages/netbase/netbase/interfaces b/packages/netbase/netbase/interfaces index 4afec0ff74..63d2a93f55 100644 --- a/packages/netbase/netbase/interfaces +++ b/packages/netbase/netbase/interfaces @@ -17,8 +17,13 @@ iface eth1 inet dhcp # Zaurus usbnet iface usbd0 inet dhcp -# iPAQ usbnet -iface usbf inet dhcp +# iPAQ usb network +# (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP) +iface usbf inet static + address 192.168.0.202 + netmask 255.255.255.0 + network 192.168.0.0 + gateway 192.168.0.200 # Bluetooth networking iface bnep0 inet dhcp diff --git a/packages/netbase/netbase_4.19.bb b/packages/netbase/netbase_4.19.bb index 525ba4e4ad..4765503561 100644 --- a/packages/netbase/netbase_4.19.bb +++ b/packages/netbase/netbase_4.19.bb @@ -2,7 +2,7 @@ SECTION = "base" DESCRIPTION = "This package provides the necessary \ infrastructure for basic TCP/IP based networking." LICENSE = "GPL" -PR = "r4" +PR = "r5" inherit update-rc.d |