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/at91sam9g20dfc | |
parent | 5e93ac894852e0d70f9a45b94627cb434ae17269 (diff) |
buildroot: fix fallout after qtopia4 -> qt rename
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/at91sam9g20dfc')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig index 97df4fe6f..ef8fdbae9 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig @@ -685,7 +685,7 @@ BR2_PACKAGE_NCURSES=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/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig index d2eb609f5..48fe7ff29 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig @@ -548,7 +548,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/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig index 41cb61336..c19a0d9b4 100644 --- a/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig +++ b/target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig @@ -670,7 +670,7 @@ BR2_PACKAGE_NCURSES=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 |