diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-27 23:09:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-27 23:09:19 +0100 |
commit | dd163e09b582177ce54fae44b63b10579ee0746d (patch) | |
tree | 80f6341bacc9e62a274231157ec35a5b262f5e24 /package/sispmctl | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
fix make allmodconfig
update several packages, remove snort-wireless.
Diffstat (limited to 'package/sispmctl')
-rw-r--r-- | package/sispmctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sispmctl/Makefile b/package/sispmctl/Makefile index 86feb2d30..c65a3a0c0 100644 --- a/package/sispmctl/Makefile +++ b/package/sispmctl/Makefile @@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= sispmctl PKG_VERSION:= 2.7 PKG_RELEASE:= 1 -PKG_BUILDDEP+= libusb PKG_MD5SUM:= 2457f76cd129f880634f3381be0aeb76 PKG_DESCR:= control application for power sockets PKG_SECTION:= misc -PKG_DEPENDS:= libusb +PKG_DEPENDS:= libusb libusb-compat +PKG_BUILDDEP+= libusb libusb-compat PKG_URL:= http://sispmctl.sourceforge.net PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=sispmctl/} |