Skip to content

Commit

Permalink
sync with lede/openwrt 12.2017
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxmon committed Dec 16, 2017
1 parent afb0051 commit 67a0c2d
Show file tree
Hide file tree
Showing 536 changed files with 10,830 additions and 3,175 deletions.
8 changes: 4 additions & 4 deletions LastSync.txt
@@ -1,6 +1,6 @@
commit 9c500db89680af5d89fb679e08452c8f090d804d commit 9f8d28285d569f28ad3db9b2cbb61814b2c90fdc
Author: Jiawei Wang <me@jwang.link> Author: John Crispin <john@phrozen.org>
Date: Wed Sep 13 14:04:22 2017 +0800 Date: Thu Dec 14 10:58:15 2017 +0100


ramips: fix used MAC addresses for Phicomm K2P Revert "ar71xx: TL-WR1043N v4/v5: add orange WAN LED support"


2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ export TOPDIR LC_ALL LANG TZ


empty:= empty:=
space:= $(empty) $(empty) space:= $(empty) $(empty)
$(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the LEDE directory must not include any spaces)) $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the Entware directory must not include any spaces))


world: world:


Expand Down
1 change: 1 addition & 0 deletions config/Config-images.in
Expand Up @@ -17,6 +17,7 @@ menu "Target Images"
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx
default TARGET_INITRAMFS_COMPRESSION_NONE default TARGET_INITRAMFS_COMPRESSION_NONE
depends on TARGET_ROOTFS_INITRAMFS depends on TARGET_ROOTFS_INITRAMFS
help help
Expand Down
2 changes: 1 addition & 1 deletion config/Config-kernel.in
Expand Up @@ -254,7 +254,7 @@ config KERNEL_DEVTMPFS
default n default n
help help
devtmpfs is a simple, kernel-managed /dev filesystem. The kernel creates devtmpfs is a simple, kernel-managed /dev filesystem. The kernel creates
devices nodes for all registered devices ti simplify boot, but leaves more devices nodes for all registered devices to simplify boot, but leaves more
complex tasks to userspace (e.g. udev). complex tasks to userspace (e.g. udev).


if KERNEL_DEVTMPFS if KERNEL_DEVTMPFS
Expand Down

0 comments on commit 67a0c2d

Please sign in to comment.