diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-30 19:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2004-12-30 19:40:07 +0000 |
commit | a7076dbc95bd6ce91a7a35cde4cb2680df6e124a (patch) | |
tree | f5d137525079bf6ced36541c327e0cd8fec44e27 /packages/busybox | |
parent | e3c66c76fb94154753949c8346264ae60aa3cd62 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2004/12/30 19:19:11+00:00 nexus.co.uk!pb
add patch to make busybox fbset try both /dev/fb0 and /dev/fb/0 when compiled with devfs support
2004/12/30 18:50:56+00:00 nexus.co.uk!pb
apply patch from Florian Boor to correct gpe-aerial dependencies
2004/12/30 18:48:47+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2004/12/30 18:48:30+00:00 nexus.co.uk!pb
apply patch from Bob Davies to correct h3900 root entry in fstab
BKrev: 41d45997uPl6xQo9570qKKthAheN5g
Diffstat (limited to 'packages/busybox')
-rw-r--r-- | packages/busybox/busybox-1.00/fbset.patch | 0 | ||||
-rw-r--r-- | packages/busybox/busybox_1.00.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.00/fbset.patch b/packages/busybox/busybox-1.00/fbset.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/busybox/busybox-1.00/fbset.patch diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index 5fff6fc71e..528a32b852 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -11,7 +11,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r12" +PR = "r13" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -24,6 +24,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://iproute-flush-cache.patch;patch=1;pnum=0 \ file://rmmod.patch;patch=1 \ file://below.patch;patch=1 \ + file://fbset.patch;patch=1 \ file://defconfig \ file://busybox-cron \ file://busybox-httpd \ |