diff options
author | John Lee <john_lee@openmoko.org> | 2008-02-29 03:58:14 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2008-02-29 03:58:14 +0000 |
commit | 8350e6e20860a0f0cddd87d69a78321867c7770b (patch) | |
tree | 85d385811f4993fd04e690ba9a7a39c3a652c668 /conf | |
parent | 1e293a850acf953f204eb0458ed94a37e5ff4c9a (diff) |
moko-autorev: add opkg and native
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/moko-autorev.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/moko-autorev.inc b/conf/distro/include/moko-autorev.inc index 0c88b48940..aa2d39f3db 100644 --- a/conf/distro/include/moko-autorev.inc +++ b/conf/distro/include/moko-autorev.inc @@ -9,6 +9,8 @@ SRCREV_pn-linux-openmoko-devel ?= "${AUTOREV}" SRCREV_pn-moko-gtk-engine ?= "${AUTOREV}" SRCREV_pn-neod ?= "${AUTOREV}" +SRCREV_pn-opkg ?= "${AUTOREV}" +SRCREV_pn-opkg-native ?= "${AUTOREV}" SRCREV_pn-multitap-pad ?= "${AUTOREV}" |