diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-31 22:46:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-31 22:46:05 +0000 |
commit | 5f14737467032eb3716627d761471be249fbeb47 (patch) | |
tree | 77d1fa61aaac3cf02fb1c5f115da5a7eaf237aca /package/Makefile | |
parent | 4ced0137c7b846aa70262c73e0829cc050d64c8a (diff) | |
download | master-187ad058-5f14737467032eb3716627d761471be249fbeb47.tar.gz master-187ad058-5f14737467032eb3716627d761471be249fbeb47.tar.bz2 master-187ad058-5f14737467032eb3716627d761471be249fbeb47.zip |
add setserial
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@495 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 0f1193db48..299a61245f 100644 --- a/package/Makefile +++ b/package/Makefile @@ -33,6 +33,7 @@ package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_PACKAGE_SER) += ser +package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_WOL) += wol |