diff options
-rw-r--r-- | conf/machine/ipaq-common.conf | 6 | ||||
-rw-r--r-- | packages/pine/pine_4.63.bb | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/ipaq-common.conf b/conf/machine/ipaq-common.conf index 24a1e202f1..791abd2103 100644 --- a/conf/machine/ipaq-common.conf +++ b/conf/machine/ipaq-common.conf @@ -1,7 +1,9 @@ IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwlandriver sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev" -BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules mipv6 atmelwlandriver" -BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs mipv6 atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}" +BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules atmelwlandriver" +BOOTSTRAP_EXTRA_DEPENDS_append_kernel24 += "mipv6" +BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}" +BOOTSTRAP_EXTRA_RRECOMMENDS_append_kernel24 += "mipv6" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" diff --git a/packages/pine/pine_4.63.bb b/packages/pine/pine_4.63.bb index 018c7dab94..b8a11639a6 100644 --- a/packages/pine/pine_4.63.bb +++ b/packages/pine/pine_4.63.bb @@ -6,7 +6,7 @@ RDEPENDS_pine = "pico" HOMEPAGE = "http://www.washington.edu/pine/" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -SRC_URI = "ftp://ftp.cac.washington.edu/pine/pine.tar.bz2" +SRC_URI = "ftp://ftp.cac.washington.edu/pine/pine${PV}.tar.bz2" S = "${WORKDIR}/pine${PV}" inherit autotools |