diff --git a/debian/changelog b/debian/changelog index fba1fe73..379ef58b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.47) precise; urgency=low + + * put ti-omap4-ppa into omap4 images + + -- Oliver Grawert Tue, 10 Jan 2012 12:46:20 +0100 + livecd-rootfs (2.46) precise; urgency=low * Guard legacy cloop code in a [ -f ], so it stops failing. diff --git a/live-build/auto/config b/live-build/auto/config index 019fff75..fccbdc8e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -214,7 +214,7 @@ case $ARCH in BINARY_REMOVE_LINUX=false ;; omap4) - add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda + add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda ti-omap4-ppa BINARY_REMOVE_LINUX=false ;; mx5)