diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-03 11:43:07 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-03 11:43:07 +0200 |
commit | 5b72dda69f72e1953dfc7987dd1b418e1afe79a4 (patch) | |
tree | 808697e007734be3a42bd5625ae9b8ad23be0ab9 /target/device/Atmel/at91sam9263ek | |
parent | 5e93ac894852e0d70f9a45b94627cb434ae17269 (diff) | |
download | buildroot-novena-5b72dda69f72e1953dfc7987dd1b418e1afe79a4.tar.gz buildroot-novena-5b72dda69f72e1953dfc7987dd1b418e1afe79a4.zip |
buildroot: fix fallout after qtopia4 -> qt rename
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/at91sam9263ek')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig b/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig index e4e1e111b..ae8c0e038 100644 --- a/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig +++ b/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig @@ -748,7 +748,7 @@ BR2_PACKAGE_FBSET=y # # other GUIs # -# BR2_PACKAGE_QTOPIA4 is not set +# BR2_PACKAGE_QT is not set BR2_PACKAGE_XSERVER_none=y # BR2_PACKAGE_XSERVER_xorg is not set # BR2_PACKAGE_XSERVER_tinyx is not set diff --git a/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig b/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig index 988c7dfba..cc31254d6 100644 --- a/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig +++ b/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig @@ -550,7 +550,7 @@ BR2_TARGET_OPTIMIZATION="-Os -pipe" # # other GUIs # -# BR2_PACKAGE_QTOPIA4 is not set +# BR2_PACKAGE_QT is not set BR2_PACKAGE_XSERVER_none=y # BR2_PACKAGE_XSERVER_xorg is not set # BR2_PACKAGE_XSERVER_tinyx is not set diff --git a/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig b/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig index 10fabcb9e..c42bf14b8 100644 --- a/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig +++ b/target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig @@ -669,7 +669,7 @@ BR2_PACKAGE_FBSET=y # # other GUIs # -# BR2_PACKAGE_QTOPIA4 is not set +# BR2_PACKAGE_QT is not set BR2_PACKAGE_XSERVER_none=y # BR2_PACKAGE_XSERVER_xorg is not set # BR2_PACKAGE_XSERVER_tinyx is not set |