diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 20:40:01 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 20:40:01 +0000 |
commit | a4cd93cbb3d6368a0a82ba15da92688cb9815060 (patch) | |
tree | 866d3b33183cf0feb6f3f596c909d86714c54320 /openwrt/package/Makefile | |
parent | 9d888c95ca2c03f041aa12ac9a505d6ff313580d (diff) |
Added serdisplib, thanks to Christoph Haderer for the package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2642 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7203d9f94..7168c3f55 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -177,6 +177,7 @@ package-$(BR2_PACKAGE_SCDP) += scdp package-$(BR2_PACKAGE_SCREEN) += screen package-$(BR2_PACKAGE_SDK) += sdk package-$(BR2_PACKAGE_SER) += ser +package-$(BR2_PACKAGE_SERDISPLIB) += serdisplib package-$(BR2_PACKAGE_SETPWC) += setpwc package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_SHAT) += shat |