diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-10-21 16:01:02 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-21 16:01:02 +0200 |
commit | e5c53ce035eb36fc1b416e9971582a45754844be (patch) | |
tree | 4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /meta/packages/rt2860 | |
parent | 3e045793c740cbac302c2077cc839f1a64c03bc2 (diff) | |
download | poky-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz |
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition.
The netbook machine one currently supports the eee901 and the aspire one.
We also moved the machine and netbook image definitions to meta-moblin.
Diffstat (limited to 'meta/packages/rt2860')
-rw-r--r-- | meta/packages/rt2860/rt2860_1.7.0.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/rt2860/rt2860_1.7.0.0.bb b/meta/packages/rt2860/rt2860_1.7.0.0.bb index f456d09bd1..fa7ab1c7ff 100644 --- a/meta/packages/rt2860/rt2860_1.7.0.0.bb +++ b/meta/packages/rt2860/rt2860_1.7.0.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Driver for the 802.11n RaLink rt2860 chipset" | |||
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | SECTION = "kernel/modules" | 3 | SECTION = "kernel/modules" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \ | 7 | SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \ |
8 | file://01_dev_get_by_name.patch;patch=1 \ | 8 | file://01_dev_get_by_name.patch;patch=1 \ |
@@ -13,7 +13,7 @@ SRC_URI = "http://folks.o-hand.com/sameo/rt2860/rt2860-1.7.0.0.tar.bz2 \ | |||
13 | 13 | ||
14 | S = "${WORKDIR}/rt2860-1.7.0.0" | 14 | S = "${WORKDIR}/rt2860-1.7.0.0" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "eee901" | 16 | COMPATIBLE_MACHINE = "netbook" |
17 | 17 | ||
18 | inherit module | 18 | inherit module |
19 | 19 | ||