diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-20 03:37:44 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-20 03:37:44 +0000 |
commit | 00772f36e0025329589e01e007d3bab32acc90d3 (patch) | |
tree | b50ed1558898f2be8aaed56e6e4afdc72200b8d5 /package/Makefile | |
parent | 43f37f0ecc5b6cb7aa6c0ddb2fa7a352cb133fd5 (diff) | |
download | upstream-00772f36e0025329589e01e007d3bab32acc90d3.tar.gz upstream-00772f36e0025329589e01e007d3bab32acc90d3.tar.bz2 upstream-00772f36e0025329589e01e007d3bab32acc90d3.zip |
add lcd4version. compiles now, but i have no clue if it will work with some lcd displays
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 9fcdb6a055..4018631a4e 100644 --- a/package/Makefile +++ b/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 |