diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-10 17:12:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-10 17:12:46 +0000 |
commit | 9183af1817ab1753b4480741965d2d10cc6c75bb (patch) | |
tree | 27acb8d811fd6963b614b015d7989b8f783b4c2b /openwrt/package/Makefile | |
parent | 3bb92a5db8aaf9f6be48ce802cec04978de885e9 (diff) | |
download | mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.zip mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.tar.gz mtk-20170518-9183af1817ab1753b4480741965d2d10cc6c75bb.tar.bz2 |
Add picocom package, move serial comm. stuff to its section in Config.in
SVN-Revision: 1187
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 183c44b..4399f2f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -71,6 +71,7 @@ package-$(BR2_PACKAGE_OPENSWAN) += openswan package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_OSIRIS) += osiris package-$(BR2_PACKAGE_PCRE) += pcre +package-$(BR2_PACKAGE_PICOCOM) += picocom package-$(BR2_PACKAGE_PMACCT) += pmacct package-$(BR2_PACKAGE_POPT) += popt package-$(BR2_PACKAGE_PORTMAP) += portmap |