Age | Commit message (Collapse) | Author | Files |
|
BKrev: 41548affdkEaz9vQUf4WJoMsQ0UW5Q
|
|
into null.(none):/data/mtx/oe/oe.write/packages
2004/09/24 22:28:52+02:00 (none)!br1
busybox: fixed typo
BKrev: 415483c5eQNwWIioy87EYQ-P17ycxQ
|
|
BKrev: 4154839eUcfeyoCBC6TfeDQ-1VH9XA
|
|
BKrev: 4154838bnUkQVQLlW31pFXd_YHt2sA
|
|
into desknote.thegrantclan.org:/home/jgrant/zaurus/packages
2004/09/24 14:32:30-05:00 thegrantclan.org!jgrant
added /dev/usb/host_ohci to devices
added a script so that I can uses wlanup and wlandown to connect the builtin wifi to the network from the command line.
BKrev: 415476ceTIbpaCwHrnCHjx1BSsZeCw
|
|
into mithis.com:/cc/packages
2004/09/25 02:34:06+09:30 mithis.com!mithro
Support for soft float.
BKrev: 415453a0D97UFNFKN7pXmHA11LRw2w
|
|
script has the same name as the daemon
BKrev: 415444815GaZVvfPwPsaZCJhvfYgFw
|
|
BKrev: 41544376pHEJEqkaX2kvbPeIRA020w
|
|
BKrev: 4154433a4fb8hye7JZtpIvbMLliPiA
|
|
BKrev: 41543148rq260Q8nJlVKwyuh6iuPYg
|
|
into null.(none):/data/mtx/oe/oe.write/packages
2004/09/24 22:43:29+09:30 mithis.com!mithro
Added sharp-aticore to depends
BKrev: 41541fc2FRek6KLPAErJup6jOPie0Q
|
|
into null.(none):/data/mtx/oe/oe.write/packages
2004/09/24 15:00:45+02:00 (none)!br1
nylon updates
BKrev: 41541ae4ves9F3EB7OMYgueNSMJAIw
|
|
into mithis.com:/cc/packages
2004/09/24 22:25:17+09:30 mithis.com!mithro
Moved it back into working because it compiles and works.
BKrev: 415419876Cz_qiJqEaL8I0sgCy6CTA
|
|
into chris.(none):/home/cwiiis/oe/packages
2004/09/24 22:12:50+09:30 mithis.com!mithro
Working mplayer which uses the w100 vidix driver.
BKrev: 4154181exwDpZri1n7fC1jg_GwfqtA
|
|
into chris.(none):/home/cwiiis/oe/packages
2004/09/24 13:28:10+01:00 (none)!cwiiis
Fix rosetta problems, courtesy of Ole Reinhardt and florian.
BKrev: 41541640YJon8iOgGNhJ13j_1fAavg
|
|
into mithis.com:/cc/packages
2004/09/24 22:08:22+09:30 mithis.com!mithro
PXA now builds devinfo module now too.
BKrev: 41541565xAw7P5kdqFmCkOCJ5X7FFA
|
|
BKrev: 4153fe18AvHTYqXGKcCNCl7dnY0NnA
|
|
BKrev: 4153e925TQ2U3ChgLPAxp_BnHAB5jw
|
|
into mnz66.mn-logistik.de:/usr/src/ramses/oe/p
2004/09/24 10:47:49+02:00 mn-logistik.de!schurig
Kernel fixes for MNCI "Ramses"
BKrev: 4153df4628uYuY1G1uG8xhuD8Lk7fg
|
|
into mithis.com:/cc/packages
2004/09/24 18:10:28+09:30 mithis.com!mithro
Working mplayer.
2004/09/24 18:06:24+09:30 mithis.com!mithro
The accelerated graphics driver.
BKrev: 4153dd998L756a9qAU1inUHuxY7Riw
|
|
BKrev: 415339f8_tSavikNjHzhrMQP71nWKA
|
|
into schurig.homelinux.net:/home/holger/src/oe/p
2004/09/23 21:21:26+02:00 homelinux.net!schurig
move ld.so.cache to /var/run on MNCI "Ramses"
BKrev: 41532250n7ODWbkhGBwwgFS-QptdrQ
|
|
into mithis.com:/cc/packages
2004/09/23 19:25:07+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/23 19:24:51+01:00 (none)!pb
bump PR
BKrev: 41531639atWCHFPkSUQilCwayJEyKA
|
|
into mithis.com:/cc/packages
2004/09/24 03:52:40+09:30 mithis.com!mithro
Samba now builds smbmount needed because busybox doesn't support samba's mountdata
2004/09/24 03:50:33+09:30 mithis.com!mithro
DEPENDS = readline
SRC_URI := "http://samba.mirror.ac.uk/samba/ftp/samba-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1"
S := ${WORKDIR}/${P}/source
PACKAGES =+ "libsmbclient libsmbclient-dev "
FILES_libsmbclient = "${libdir}/libsmbclient.so.*"
FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}"
inherit autotools
EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
--without-ads --without-automount --with-smbmount'
do_configure_prepend () {
./script/mkversion.sh
if [ ! -e acinclude.m4 ]; then
cat aclocal.m4 > acinclude.m4
fi
}
do_install_append() {
mv ${D}${libdir}/libsmbclient.so ${D}${libdir}/libsmbclient.so.0
ln -sf libsmbclient.so.0 ${D}${libdir}/libsmbclient.so
rm -f ${D}${bindir}/*.old
rm -f ${D}${sbindir}/*.old
}
do_stage() {
install -m 0644 include/libsmbclient.h ${STAGING_INCDIR}
oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR}
}
BKrev: 415314cdvI01YLoue_fhH8eWM6d0dw
|
|
BKrev: 415306f4plp4rpb83gIUXmUy3H4hNQ
|
|
BKrev: 4153069deaKgrMyyzX8i6U15Vvv2Vw
|
|
BKrev: 4153064992Y5nU0T9yK2OehUxnpo6Q
|
|
into handhelds.org:/home/kergoth/code/oe/packages
2004/09/23 12:11:49-04:00 handhelds.org!kergoth
Merge handhelds.org:/home/kergoth/code/oe/packages
into handhelds.org:/home/kergoth/code/oe.nslu2/packages
2004/09/23 12:11:36-04:00 handhelds.org!kergoth
Merge http://nslu2-linux.bkbits.net/packages
into handhelds.org:/home/kergoth/code/oe.nslu2/packages
2004/09/24 00:09:28+09:30 (none)!rwhitby
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages
into home.(none):/home/openembedded/packages
2004/09/24 00:06:48+09:30 (none)!rwhitby
Added the three unslung kernels, and modified other packages to use them.
2004/09/23 07:23:34-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
2004/09/23 20:51:12+09:30 (none)!rwhitby
Changed the html file patch into a sed to work around the line endings problem
2004/09/23 01:35:07-07:00 (none)!jacques
checked in unslung.patch with proper EOL so it will apply.
2004/09/22 23:34:19-07:00 conversagent.com!fontenot
Turn off EOLN_NATIVE flag for unslung.patch
2004/09/23 00:48:30-04:00 handhelds.org!kergoth
Merge handhelds.org:/home/kergoth/code/oe/packages
into handhelds.org:/home/kergoth/code/oe.nslu2/packages
2004/09/23 07:59:49+09:30 (none)!rwhitby
Merge
2004/09/22 15:32:01-04:00 handhelds.org!kergoth
Merge
2004/09/22 12:49:06-04:00 handhelds.org!kergoth
Merge handhelds.org:/home/kergoth/code/oe/packages
into handhelds.org:/home/kergoth/code/oe.nslu2/packages
2004/09/23 01:01:18+09:30 (none)!rwhitby
Added nslu2-unslung-ramdisk and unslung-image packages
2004/09/22 22:24:58+09:30 (none)!rwhitby
Now copies the original ramdisk contents to /nslu2-binaries so that it can be operated upon for the Unslung distribution.
2004/09/22 21:16:47+09:30 (none)!rwhitby
Fixed native dependencies for e2tools-native, and made e2fsprogs-native call make install-libs to stage the header files that e2tools requires for compilation
2004/09/22 03:06:29-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
2004/09/21 21:27:36-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
2004/09/21 22:25:24-04:00 rant-central.com!roy
Add mii.o to the root_fs so usbnet.o is happy.
2004/09/21 22:22:56-04:00 rant-central.com!roy
Added a makefile dep so mii.o would build when usbnet.o is enabled.
2004/09/21 19:07:32-04:00 rant-central.com!roy
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages
into rant-central.com:/home/roy/workspace/NSLU2/oe/packages
2004/09/21 19:07:05-04:00 rant-central.com!roy
depmod was barfing on modules during boot on a nslu2. Reason was it was expecting LSB executable format.
Missing ARMEB conditional added to elf_arm.h
BKrev: 41530108OmOGBefCXk18Hv_4C9slIA
|
|
BKrev: 4152ffd9nY_S7L19qVibOA-SHGVHCA
|
|
depmod was barfing on modules during boot on a nslu2.
The reason was it was expecting LSB executable format.
Missing ARMEB conditional added to elf_arm.h
BKrev: 4152ff70mKXfIKaxc-MEyvlicCzGzA
|
|
2004/09/22 08:34:21+09:30 (none)!rwhitby
ignore:
Removed the extraneous entries.
BKrev: 4152fe5ckHc_KeT30JwgLFvqP4RiCg
|
|
2004/09/21 17:45:23-04:00 rant-central.com!roy
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages
into rant-central.com:/home/roy/workspace/NSLU2/oe/packages
BKrev: 4152fe51q25JNpVepzBRLgN9EWNhTQ
|
|
2004/09/21 04:35:07-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
BKrev: 4152fe3dpR9dK8nAtCLm8G6KF9TVOQ
|
|
2004/09/21 04:06:44-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
BKrev: 4152fe2dk-FrceoMxJulT_PTilDHEA
|
|
2004/09/20 18:45:06-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
BKrev: 4152fe20HD6t59mdAh21Sg_cyk0VDQ
|
|
2004/09/21 17:38:18-04:00 rant-central.com!roy
Adds USB networking modules to the unslung root_fs. Note: depmod on the slug doesn't like these modules. It thinks they are "not for this architecture".
The ELFDATAM test is failing in depmod, so it looks like a munged #define somewhere.
The modules will work, but you have to insmod manually.
BKrev: 4152fdcbuMMgiOqsXMajFWy_o-99nQ
|
|
2004/09/21 17:35:15-04:00 rant-central.com!roy
2.4.22 patch to remove bad symbols from usbnet.c. USB net modules will now compile and actually un, but depmod still doesn't like them. You have to insmod manually to get the modules to load.
I only tested the ax8817x module, since that's the only USBnet adaptor (Linksys USB200M) I have.
BKrev: 4152fdbbHi9c6Qdvr2fSj4RfR_mm6w
|
|
2004/09/21 08:23:12+09:30 (none)!rwhitby
Renamed linux-nslu2 to nslu2-linksys as per discussion with kergoth, and modified nslu2.conf, unslung.conf and openslug.conf to match.
BKrev: 4152fd320fGVJ_PPonCqGohq9t3Kmg
|
|
into handhelds.org:/home/kergoth/code/oe/packages
2004/09/23 17:32:34+01:00 (none)!pb
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/09/23 17:32:08+01:00 (none)!pb
avoid installing bogus symlinks in bin directory
BKrev: 4152fb8av9AO-vT-5ddpw_Tnm3eQUw
|
|
2004/09/20 15:01:49-07:00 bitkeeper.com!nslu2-linux.adm
Merge bk://openembedded.bkbits.net/packages
into hostme.bitkeeper.com:/repos/n/nslu2-linux/packages
BKrev: 4152fb63VeVFTHzhNuBE8WGr1CRx2g
|
|
2004/09/20 06:23:02-07:00 conversagent.com!fontenot
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages
into chilli.conversagent.com:/home/packages/oe/nslu2/packages
BKrev: 4152fb4fjnSnbDdaVf8VMCg9o1cLQw
|
|
2004/09/20 22:49:29+09:30 (none)!rwhitby
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages
into home.(none):/home/openembedded/packages
BKrev: 4152fb42lbKDsiLc5Lue1T9OZ2Tw9w
|
|
2004/09/20 06:10:11-07:00 conversagent.com!fontenot
Merge
BKrev: 4152f919eBt2sGtaJs7vYBmKPWWnjA
|
|
author of the changeset, not the user who's pushing it.
BKrev: 4152f893ul-CqRbx9wb0AYYkiEaI6A
|
|
2004/09/20 22:11:43+09:30 (none)!rwhitby
Merge bk://openembedded@openembedded.nslu2-linux.org/packages
into home.(none):/home/openembedded/packages
BKrev: 4152f718w5wm7wVUcrl9dgdOdpxBmA
|
|
2004/09/20 16:34:17+09:30 (none)!rwhitby
Merge http://openembedded.bkbits.net/packages
into home.(none):/home/openembedded/packages
BKrev: 4152f7082hcewyUY38cba07frIpaKw
|
|
2004/09/20 15:01:22+09:30 (none)!rwhitby
Change the order of CMDLINE_ROOT and CMDLINE_CONSOLE to match the stock Linksys CMDLINE.
BKrev: 4152f6f1TH_1wqXUZJV7x_5lhiSAoA
|
|
2004/09/19 22:22:42-07:00 conversagent.com!fontenot
added nslu2-openslug 2.6.7 kernel
should be identical to that built by anyu2
BKrev: 4152f6bbEcy4A4Gye_fsp5d6bkxFuw
|
|
compileable
-Include Debians PPPD with MPPE enabled
BKrev: 4152f44cbWE95T_OTVfITebTjSNgvw
|
|
BKrev: 4152e791LVcxxzUw-hWlU8vjtKh1nQ
|