projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] add usbreset - a small simple utility to send port rests to selected usb...
[openwrt.git]
/
package
/
compcache
/
Makefile
diff --git
a/package/compcache/Makefile
b/package/compcache/Makefile
index
eb2e2d1
..
971e737
100644
(file)
--- a/
package/compcache/Makefile
+++ b/
package/compcache/Makefile
@@
-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 @!(LINUX_2_6_38||LINUX_2_6_39)
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.022245 seconds
and
4
git commands to generate.