diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-08 22:15:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-08 22:15:42 +0000 |
commit | 14c6723d396967385a6877ec6cf0f2a3e8429c9d (patch) | |
tree | 7751f2d8667939256178f42502076f38e7610cb3 /openwrt/package/Makefile | |
parent | e2af66b18134a7c6ead35ece9bc9549b4ca05dc1 (diff) | |
download | mtk-20170518-14c6723d396967385a6877ec6cf0f2a3e8429c9d.zip mtk-20170518-14c6723d396967385a6877ec6cf0f2a3e8429c9d.tar.gz mtk-20170518-14c6723d396967385a6877ec6cf0f2a3e8429c9d.tar.bz2 |
add uSTL package
SVN-Revision: 2603
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 a9df886..9b814c1 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -200,6 +200,7 @@ package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_UPDATEDD) += updatedd package-$(BR2_COMPILE_USBUTILS) += usbutils +package-$(BR2_PACKAGE_USTL) += ustl package-$(BR2_COMPILE_UTIL_LINUX) += util-linux package-$(BR2_PACKAGE_UDEV) += udev package-$(BR2_PACKAGE_VTUN) += vtun |