diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 21:20:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 21:20:42 +0000 |
commit | a13b8116ecf182d02ed5886893d566aafc72eb33 (patch) | |
tree | d0a82d8451f142eabc8843ac486c41743faba2d2 /openwrt/package/Makefile | |
parent | 3d959eea793d33cf425f5578143449f072c9bd11 (diff) |
add slurm package (thanks to Thomas Reifferscheid)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2357 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 01e09097c4..8cb9ecfbb6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -176,6 +176,7 @@ package-$(BR2_PACKAGE_SHAT) += shat package-$(BR2_COMPILE_SHFS) += shfs package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak +package-$(BR2_PACKAGE_SLURM) += slurm package-$(BR2_COMPILE_SNORT) += snort package-$(BR2_COMPILE_SNORT_WIRELESS) += snort-wireless package-$(BR2_PACKAGE_SOCAT) += socat |