This website requires JavaScript.
Explore
Help
Sign In
domenico
/
openwrt-R7800-nss
Watch
1
Star
0
Fork
0
You've already forked openwrt-R7800-nss
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
965f7700830e6dd75fc10436846bd275291f27cd
openwrt-R7800-nss
/
include
History
Felix Fietkau
965f770083
prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages
...
SVN-Revision: 20569
2010-03-29 03:07:54 +00:00
..
site
…
autotools.mk
…
debug.mk
…
depends.mk
…
download.mk
the svn fallback code added in r20322 is evaluated with each make invocation and produces a lot of spurious "svn: broken pipe" error - replace it with a more efficient version
2010-03-23 01:21:50 +00:00
host-build.mk
this patch fixes toolchain parallel build, which reduces build time.
2010-03-05 20:15:12 +00:00
host.mk
…
image.mk
change from /jffs to /overlay, patch from Daniel Dickinson
2010-03-21 17:16:50 +00:00
kernel-build.mk
…
kernel-defaults.mk
…
kernel-version.mk
kernel: update to 2.6.32.10
2010-03-26 10:45:25 +00:00
kernel.mk
prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages
2010-03-29 03:07:54 +00:00
netfilter.mk
…
package-bin.mk
…
package-defaults.mk
The attached patch replaces $(1) install by $(if $(1), $(1), install) in the definition, in order to be able to specify an install rule, which is not always called install (example: trunk/package/ncurses/Makefile has rules called install.libs and install.data).
2010-03-05 20:19:48 +00:00
package-dumpinfo.mk
…
package-ipkg.mk
Some dependencies that are depending on target are not added into the Depends line in the control file of the package. For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not result in kmod-ssb for the x86 target or any other target.
2010-03-28 19:22:59 +00:00
package-version-override.mk
…
package.mk
…
prereq-build.mk
…
prereq.mk
…
quilt.mk
…
scan.mk
…
shell.sh
…
subdir.mk
…
target.mk
include/target.mk: Only set usb feature flag for a target if there is a HCD
2010-03-25 15:04:44 +00:00
toolchain-build.mk
…
toplevel.mk
…
unpack.mk
…
verbose.mk
…