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/x86/i686 | |
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/x86/i686')
-rw-r--r-- | target/device/x86/i686/i386_defconfig | 2 | ||||
-rw-r--r-- | target/device/x86/i686/i686_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/device/x86/i686/i386_defconfig b/target/device/x86/i686/i386_defconfig index 6f0a2c96c..74de3e0b6 100644 --- a/target/device/x86/i686/i386_defconfig +++ b/target/device/x86/i686/i386_defconfig @@ -588,7 +588,7 @@ BR2_PACKAGE_MTD_SUMTOOL=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/x86/i686/i686_defconfig b/target/device/x86/i686/i686_defconfig index 463e5b786..441b7a6a7 100644 --- a/target/device/x86/i686/i686_defconfig +++ b/target/device/x86/i686/i686_defconfig @@ -588,7 +588,7 @@ BR2_PACKAGE_MTD_SUMTOOL=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 |