summaryrefslogtreecommitdiff
path: root/packages/netbase
AgeCommit message (Collapse)AuthorFiles
2009-01-05netbase: set the default nameserver to OpenDNS for om-gta0?John Lee2
2008-12-13netbase: Add a network config for the eten-m800Stefan Schmidt2
2008-11-13netbase: provide a default network setup for palmt650 so usbnet worksCarsten Haitzler (Raster1
palmt650 system didnt have a specirfic netbase setup to make usbnet work. this provides that and makes it work.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe18
2008-08-09netbase: remove resolv.conf hack from om-gta0* that keeps overwriting ↵Koen Kooi3
working resolv.conf files with broken ones
2008-06-11netbase: drop mpc8313e-rdb specific etc/network/interfacesJeremy Laine2
2008-04-30netbase: add /etc/network/interfaces for mpc8313e-rdbJeremy Laine2
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory4
2008-03-13Drop unneeded empty directoriesRichard Purdie1
2008-02-10SlugOS: make "turnup nfs" work correctly with the new network driver (loadsMike Westerhof2
firmware, and ensures we do not ifup the interface if the rootfs in nfs).
2008-01-11Added support for mx31MoBoard - closes #3947Valentin Longchamp2
2007-12-26netbase: Update /e/n/interfaces to include new WPA example configuration. ↵Matthias Hentges2
Closing bug #3567.
2007-11-30netbase: Added 'auto eth0' to interfaces file as per RFC on list, and cause ↵Rod Whitby2
busybox ifup doesn't support allow-hotplug.
2007-11-19netbase_4.21.bb : on gta01/02 machines set default DNS on bring usb upGraeme Gregory3
2007-10-16ghi270: Provide initial support for Grayhill ghi270 platform.Todd Blumer1
2007-09-08netbase: remove bogus a780 and e680 interface filesKoen Kooi5
2007-09-01netbase 4.21: add support for fic-gta02, restore formatting, bump PRMichael Lauer3
2007-08-18netbase 4.2.1: Make /etc/services, /etc/protocols and /etc/rpc as conffiles.Jamie Lenehan1
These files are supposed to be user editable to add/change entries and for other packages to be able to append entries. This also now matches how other distro handle these files. See #2505 for discussion.
2007-08-11netbase: bump PRKoen Kooi1
2007-08-10netbase: SRC_URI_OVERRIDES_PACKAGE_ARCHKoen Kooi1
2007-06-13netbase: one more missing dirKoen Kooi1
2007-06-13netbase: add empty dirs needed for the buildKoen Kooi3
2007-06-12remove a bunch of empty directoriesRolf Leggewie7
2007-06-11netbase: Correct a comment in /etc/network/interfacesMatthias Hentges2
2007-06-03netbase: Add verbose examples for WEP and WPA encrytion to ↵Matthias Hentges2
/etc/network/interfaces
2007-03-19Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵Stelios Koroneos7
for base-files, netbase, sysvinit and initscripts
2007-03-17netbase: Add forgotten directories.Matthias Hentges4
2007-03-17netbase: Add support for custom if-*.d directories. Also fix failing dhcp ↵Matthias Hentges7
mode on SlugOS due to slow auto-negotiation (dhcp fix courtesy mwester & NAiL, thanks!)
2007-03-10openturbostation: Remove leftover cruftOyvind Repvik2
2007-03-08netbase: Add openturbostation-stuffOyvind Repvik3
2007-02-16netbase: merge in fic-gta01 bits from openmoko svnKoen Kooi3
2006-09-08various packages: added mtx-2 configurationMartin Dietze2
* where necessary, additional mtx-2 subdirs for files created * where necessary, additional entries in bitbake files created
2006-08-22netbase: bump PR because of change of tosa interfaces pushed in ↵Marcin Juszkiewicz1
5ea9eb6f097fe0b646889d1b3a1312d9d7fc796e - disable usage of usbctl on tosa/2.6 until we get 2.6 version
2006-08-19rt2570: added driver for Ralink USB 802.11g WiFi stickMarcin Juszkiewicz1
2006-05-29netbase: add proper interfaces file for Motorola GSM PhonesMichael Lauer5
2006-04-28netbase: Moved networking init script to 42 for slugos.Rod Whitby1
2006-02-03netbase: make usbd0 (zaurus 2.4) static with IP like in SharpROMMarcin Juszkiewicz2
2006-01-09slugos: remove/correct references to openslugJohn Bowler1
- apex: contains an absolute build sys path name (commented) - base-files: rename openslug to slugos in 3.0.14 - busybox: rename openslug to slugos in 1.00, 1.01 - netbase: rename openslug to slugos in 4.21 - slugos-init: rename openslug to slugos in 0.10 - all others: remove or replace openslug in comments (no build changes)
2005-09-22packages/netbase/netbase/interfaces: indent usb0 entry to make Koen Kooi1
sure broken apps can still read it
2005-09-22packages/netbase/netbase/interfaces: make usb0 behave like it's 2.4 ↵Koen Kooi2
counterpart, bump PR in .bb
2005-08-08Beagle:Holger Freyther2
-Drop even more files
2005-06-30import clean BK tree at cset 1.3670Koen Kooi22
2005-06-16Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/16 22:35:05+02:00 (none)!br1 wrt: configure vlans, add "diag" module for LEDs BKrev: 42b1e3a9RcqDDGATSTl0MXiqmp-ceg
2005-06-15Merge bk://oe-devel.bkbits.net/openembeddedJohn Bowler3
into marsco.kalmiopsis:/home/nslu2/openembedded 2005/06/15 12:55:22+02:00 utwente.nl!koen sapwood_1.20-1.bb: extra install_append, courtesy Florian Boor osso-gnome-vfs2_2.8.4.4-1.bb: adjust depends, courtesy Florian Boor Many files: added, courtesy Florian Boor hildon-libs_0.9.6-2.bb: adjust staging, courtesy Florian Boor 2005/06/15 12:18:24+02:00 uni-frankfurt.de!mickeyl add mathomatic, a small, portable, general purpose CAS. Patch courtesy Simon Pickering 2005/06/15 11:58:18+02:00 utwente.nl!koen Many meamo files: source -> ., courtesy Florian Boor Add gconf-osso, part of the maemo.org suite, courtesy Florian Boor 2005/06/15 11:45:40+02:00 utwente.nl!koen base-files_3.0.14.bb: support nokia770, courtesy Florian Boor 2005/06/15 11:05:24+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/06/15 11:05:02+02:00 handhelds.org!CoreDump altboot: Add a timeout on boot and only show the menu when requested 2005/06/15 10:29:53+02:00 mn-solutions.de!schurig assorted MNCI / RT3000 changes 2005/06/15 10:27:59+02:00 mn-solutions.de!schurig classes/rootfs_ipk.bbclass: allows to keep the Packages file (my own python script to create Packages is way faster :-) 2005/06/14 22:59:08+01:00 reciva.com!pb use mkdir -p, not install -d 2005/06/14 22:02:28+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/14 22:02:15+02:00 utwente.nl!koen xmame_0.95.bb: remove UNNECESSARY and BOGUS qpe crap. Can we please stop committing such nonsonse? virtual/libsdl exists for a reason 2005/06/14 21:01:19+01:00 reciva.com!pb apply PARALLEL_INSTALL_MODULES patch from Erik Hovland 2005/06/14 20:55:08+01:00 reciva.com!pb update xmame to 0.95, courtesy Erik Hovland 2005/06/14 20:52:19+01:00 reciva.com!pb update handhelds-pxa kernel to hh40, courtesy Erik Hovland 2005/06/14 19:10:13+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/14 19:00:35+02:00 uni-frankfurt.de!mickeyl Add tslib config files for omap5912osk. Patch courtesy philip@balister.org 2005/06/14 18:59:02+02:00 uni-frankfurt.de!mickeyl Fix Typo in xerces-c. Patch courtesy philip@balister.org 2005/06/14 13:45:03+02:00 local!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into marcinj.local:/home/hrw/zaurus/oe/openembedded 2005/06/14 13:44:34+02:00 local!hrw updated kdepimpi to 2.1.5 2005/06/14 13:16:38+02:00 handhelds.org!CoreDump Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded 2005/06/14 13:16:14+02:00 handhelds.org!CoreDump altboot: Update to latest version 2005/06/14 13:13:37+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/14 13:13:23+02:00 utwente.nl!koen Add tune-supersparc.conf for people who have v8 cpu's and want hardware integer multiply and divide. Makes ssh login approx. 30 times faster 2005/06/14 11:55:00+01:00 reciva.com!pb Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded into mill.internal.reciva.com:/nexus/home/pb/oe/oe 2005/06/14 11:52:01+01:00 reciva.com!pb eliminate spare copy of sun4cdm kernel preference 2005/06/14 12:43:33+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/14 12:43:12+02:00 mn-solutions.de!schurig renamed MACHINE 'ramses' to 'mnci' added new MACHINE 'rt3000' renamed DISTRO 'openmnci' to 'openmn', which now is for both MNCI and RT3000 2005/06/14 09:52:19+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/10 09:37:26+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/08 10:05:02+02:00 mn-solutions.de!schurig Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/06/08 09:16:06+02:00 mn-solutions.de!schurig icewm: use sourceforge mirror BKrev: 42b037e5CrddHepCs3gW5YAsfOQ7ng
2005-06-12Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/12 23:35:14+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/12 22:51:57+02:00 (none)!br1 wrt cleanup 2005/06/12 22:49:31+02:00 (none)!br1 Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into null.(none):/data/mtx/src/build/unstable.wrt/openembedded 2005/06/12 22:02:49+02:00 (none)!br1 add squashfs-lzma patches for smaller wrt images 2005/06/12 17:25:32+02:00 (none)!br1 wrt updates: create squashfs and jffs2 images 2005/06/12 16:35:25+02:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/06/12 14:43:00+02:00 uni-frankfurt.de!mickeyl pygtk rdepends on python-shell BKrev: 42acabb9DYchxo1fFJnbe2sjmsq4GQ
2005-05-30Initscripts patch.John Bowler1
This changes the order of the shutdown scripts in openslug to ensure that the network shutdown does not happen before network file systems have been unmounted. It also adds some missing scripts - hwclock.sh (load/save the hwclock, otherwise it gets loaded but not saved, in the absence of NTP). alignment.sh (added to openslug, was in 'arm' before), and umountfs (excluded from oe). The file system unmount scripts use /proc/mounts (not fstab) and unmount in the correct order (the old scripts only worked if nothing was mounted within a mounted file system). Scripts have been patched (openslug only patches) to make them work correctly with openslug NFS, flash and disk root and to arrange for syslog to run as long as possible (it's now in S/0/6, not in the user run levels). Directory struction of openslug-init has been tidied up, with all the initscripts in a sub-dirctory. initscritps-openslug is an openslug specific variant of initscripts which tracks it and fails safe (an update/change to initscripts will cause initscripts-openslug to fail rather than build strangeness). turnup also contains a fix for slugbug 150. BKrev: 429aaed1D-1XOdk8brF2bP9C9EEEJQ
2005-04-15upgrade netbase to 4.21Michael Lauer2
BKrev: 425f1029tqZwhbYodJzWoKq1RmBzBQ
2005-04-08MNCI "Ramses": start network in runlevel 2, prio 85, not at rcS.d timeHolger Schurig1
BKrev: 4256621etkcl837I2x2AUFJZ6XU0BQ