1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:46:16 +02:00

disable fbterm and lynx, since they do not compile... latter one should be easy to fix (missing iconv.h)

This commit is contained in:
Mirko Vogt 2010-12-01 12:35:52 +01:00
parent 4e3b2db948
commit d170cb765e
2 changed files with 22 additions and 2 deletions

View File

@ -84,7 +84,7 @@ CONFIG_PACKAGE_qt4-svg=y
#
CONFIG_PACKAGE_centerim=y
CONFIG_PACKAGE_elinks=y
CONFIG_PACKAGE_lynx=y
# CONFIG_PACKAGE_lynx is not set
CONFIG_PACKAGE_links=y
CONFIG_PACKAGE_mutt=y
CONFIG_PACKAGE_msmtp=y
@ -245,7 +245,7 @@ CONFIG_PACKAGE_badblocks=y
CONFIG_PACKAGE_blkid=y
CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_fbsize=y
CONFIG_PACKAGE_fbterm=y
# CONFIG_PACKAGE_fbterm is not set
CONFIG_PACKAGE_jfbterm=y
CONFIG_PACKAGE_minicom=y
CONFIG_PACKAGE_unzip=y

View File

@ -0,0 +1,20 @@
--- data/qi_lb60/conf/config.full_system
+++ data/qi_lb60/conf/config.full_system
@@ -84,7 +84,7 @@
#
CONFIG_PACKAGE_centerim=y
CONFIG_PACKAGE_elinks=y
-CONFIG_PACKAGE_lynx=y
+# CONFIG_PACKAGE_lynx is not set
CONFIG_PACKAGE_links=y
CONFIG_PACKAGE_mutt=y
CONFIG_PACKAGE_msmtp=y
@@ -245,7 +245,7 @@
CONFIG_PACKAGE_blkid=y
CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_fbsize=y
-CONFIG_PACKAGE_fbterm=y
+# CONFIG_PACKAGE_fbterm is not set
CONFIG_PACKAGE_jfbterm=y
CONFIG_PACKAGE_minicom=y
CONFIG_PACKAGE_unzip=y