diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 13:11:29 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 13:11:29 +0000 |
commit | 64998fb03960ed5413093b93a2f31013199b86dc (patch) | |
tree | 5008d0f66dbae4297078f3a9bed65e77ff0e82b0 /package/Makefile | |
parent | 073f24bf7c0b78bb77792367fc311cd0ba4b2fe1 (diff) | |
download | upstream-64998fb03960ed5413093b93a2f31013199b86dc.tar.gz upstream-64998fb03960ed5413093b93a2f31013199b86dc.tar.bz2 upstream-64998fb03960ed5413093b93a2f31013199b86dc.zip |
add ser2net from hazimin fauzi, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3377 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 724079a41f..7405559460 100644 --- a/package/Makefile +++ b/package/Makefile @@ -210,6 +210,7 @@ package-$(BR2_PACKAGE_SCANLOGD) += scanlogd package-$(BR2_PACKAGE_SCDP) += scdp package-$(BR2_PACKAGE_SCREEN) += screen package-$(BR2_PACKAGE_SDK) += sdk +package-$(BR2_PACKAGE_SER2NET) += ser2net package-$(BR2_PACKAGE_SERDISPLIB) += serdisplib package-$(BR2_PACKAGE_SETPWC) += setpwc package-$(BR2_PACKAGE_SETSERIAL) += setserial |