diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 05:49:38 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 05:49:38 +0000 |
commit | 33c6533b57454b1b0063c156bf0c60845d87fd17 (patch) | |
tree | d805892874f95c3d86664a6e84d2702707fd2d71 /openwrt/package/lcd4linux/Config.in | |
parent | ee8ff77eabcf4733d4ff63541d928e59bb722bac (diff) | |
download | mtk-20170518-33c6533b57454b1b0063c156bf0c60845d87fd17.zip mtk-20170518-33c6533b57454b1b0063c156bf0c60845d87fd17.tar.gz mtk-20170518-33c6533b57454b1b0063c156bf0c60845d87fd17.tar.bz2 |
Fix lcd4linux package, remove PNG driver
SVN-Revision: 948
Diffstat (limited to 'openwrt/package/lcd4linux/Config.in')
-rw-r--r-- | openwrt/package/lcd4linux/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/lcd4linux/Config.in b/openwrt/package/lcd4linux/Config.in index e04e2f9..c08212c 100644 --- a/openwrt/package/lcd4linux/Config.in +++ b/openwrt/package/lcd4linux/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_LCD4LINUX tristate "lcd4linux - Program to access an external LCD" default m if CONFIG_DEVEL - select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_LIBNCURSES help LCD4Linux - https://ssl.bulix.org/projects/lcd4linux/wiki/Howto + https://ssl.bulix.org/projects/lcd4linux/wiki/Howto |