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/at91sam9260dfc | |
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/at91sam9260dfc')
4 files changed, 4 insertions, 4 deletions
diff --git a/target/device/Atmel/at91sam9260dfc/arm_toolchain_defconfig b/target/device/Atmel/at91sam9260dfc/arm_toolchain_defconfig index e2a5ae870..3113aae8f 100644 --- a/target/device/Atmel/at91sam9260dfc/arm_toolchain_defconfig +++ b/target/device/Atmel/at91sam9260dfc/arm_toolchain_defconfig @@ -628,7 +628,7 @@ BR2_CROSS_TOOLCHAIN_TARGET_UTILS=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/at91sam9260dfc/at91sam9260dfc_defconfig b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig index dc5892dcb..e3a1566ea 100644 --- a/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig +++ b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig @@ -751,7 +751,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/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig index 37196a397..cfb45b1dc 100644 --- a/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig +++ b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig @@ -548,7 +548,7 @@ BR2_TOOLCHAIN_EXTERNAL_PREFIX="$(ARCH)-linux" # # 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/at91sam9260dfc/at91sam9260dfc_ext_defconfig b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_defconfig index 0ae3fbd52..98f2303a7 100644 --- a/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_defconfig +++ b/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_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 |