projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: detect and drop incoming packets with invalid CCMP packet numbers to fix...
[openwrt.git]
/
package
/
compcache
/
Makefile
diff --git
a/package/compcache/Makefile
b/package/compcache/Makefile
index
cf325a4
..
5106293
100644
(file)
--- a/
package/compcache/Makefile
+++ b/
package/compcache/Makefile
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=compcache
PKG_VERSION:=0.6.2
PKG_NAME:=compcache
PKG_VERSION:=0.6.2
-PKG_RELEASE:=
$(PKG_VERSION)-1
+PKG_RELEASE:=
2
PKG_SOURCE_URL:=http://compcache.googlecode.com/files/
PKG_MD5SUM:=27aec78dc50e34fb800c74e879057743
PKG_SOURCE_URL:=http://compcache.googlecode.com/files/
PKG_MD5SUM:=27aec78dc50e34fb800c74e879057743
@@
-20,11
+20,11
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/ramzswap
SUBMENU:=Other modules
define KernelPackage/ramzswap
SUBMENU:=Other modules
- DEPENDS:=@
LINUX_2_6 @
BUSYBOX_CONFIG_SWAPONOFF
+ DEPENDS:=@BUSYBOX_CONFIG_SWAPONOFF
TITLE:=Driver for compressed ram swap device
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)+$(PKG_RELEASE)
TITLE:=Driver for compressed ram swap device
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)+$(PKG_RELEASE)
- FILES:=$(PKG_BUILD_DIR)/ramzswap.
$(LINUX_KMOD_SUFFIX)
\
- $(PKG_BUILD_DIR)/sub-projects/compression/lzo-kmod/lzo1x.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(PKG_BUILD_DIR)/ramzswap.
ko
\
+ $(PKG_BUILD_DIR)/sub-projects/compression/lzo-kmod/lzo1x.
ko
URL:=http://code.google.com/p/compcache/
endef
URL:=http://code.google.com/p/compcache/
endef
This page took
0.02669 seconds
and
4
git commands to generate.