projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
Makefile
diff --git
a/openwrt/target/linux/package/Makefile
b/openwrt/target/linux/package/Makefile
index
d1cf0f7
..
7e8588d
100644
(file)
--- a/
openwrt/target/linux/package/Makefile
+++ b/
openwrt/target/linux/package/Makefile
@@
-1,6
+1,9
@@
# Main makefile for the packages
include $(TOPDIR)/rules.mk
# Main makefile for the packages
include $(TOPDIR)/rules.mk
+ifneq ($(BOARD),ar7)
+package-$(BR2_PACKAGE_KMOD_ALSA) += alsa
+endif
package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
package-$(BR2_PACKAGE_KMOD_FUSE) += fuse
package-$(BR2_PACKAGE_KMOD_MINI_FO) += mini_fo
package-$(BR2_PACKAGE_KMOD_SHFS) += shfs
@@
-16,6
+19,7
@@
endif
all: compile install
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
all: compile install
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
+prepare: $(patsubst %,%-prepare,$(package-y) $(package-m))
compile: $(patsubst %,%-compile,$(package-y) $(package-m))
install: $(patsubst %,%-install,$(package-y))
compile: $(patsubst %,%-compile,$(package-y) $(package-m))
install: $(patsubst %,%-install,$(package-y))
This page took
0.020171 seconds
and
4
git commands to generate.