diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-20 03:37:44 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-20 03:37:44 +0000 |
commit | 899db44607aa1d95d7a4b248db4adf32b797ee17 (patch) | |
tree | 896552572da0dd9801077459f865a75ba60d8328 /openwrt/package/Makefile | |
parent | 8ce9d46a299e0a4f2cfb42425ca69decf37ed7da (diff) | |
download | mtk-20170518-899db44607aa1d95d7a4b248db4adf32b797ee17.zip mtk-20170518-899db44607aa1d95d7a4b248db4adf32b797ee17.tar.gz mtk-20170518-899db44607aa1d95d7a4b248db4adf32b797ee17.tar.bz2 |
add lcd4version. compiles now, but i have no clue if it will work with some lcd displays
SVN-Revision: 402
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 9fcdb6a..4018631 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -26,6 +26,7 @@ package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_LIBELF) += libelf package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump +package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean |