[LEDE-DEV] [PATCH 1/1] [brcm63xx] Add support for the NetGear EVG2000
Graham Fairweather
xotic750 at gmail.com
Mon May 16 03:40:45 PDT 2016
Ok, I tried "git request-pull", I assume that it has been submitted
ok, how do I know/track it?
[graham at tyr mirror-lede]$ git request-pull
f8abb68e3a1b78ff5a8d616994daa9721fe8fc83
https://github.com/Xotic750/mirror-lede.git evg2000
The following changes since commit f8abb68e3a1b78ff5a8d616994daa9721fe8fc83:
tools/cmake: bump to 3.5.2 (2016-05-13 17:03:54 +0200)
are available in the git repository at:
https://github.com/Xotic750/mirror-lede.git evg2000
for you to fetch changes up to c2f97ed220ad8eeb182e80c0fc006ece966679aa:
Ran 'make target/linux/refresh V=s' after update to kernel 4.4.10
from 4.4.8 where the initial patch was added. (2016-05-14 00:34:17
+0200)
----------------------------------------------------------------
Xotic750 (2):
Add initial support for EVG2000
Ran 'make target/linux/refresh V=s' after update to kernel
4.4.10 from 4.4.8 where the initial patch was added.
target/linux/brcm63xx/base-files/etc/board.d/01_leds
| 7 +++++
target/linux/brcm63xx/base-files/etc/board.d/02_network
| 1 +
target/linux/brcm63xx/base-files/etc/diag.sh
| 3 +++
target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
| 2 +-
target/linux/brcm63xx/base-files/lib/brcm63xx.sh
| 3 +++
target/linux/brcm63xx/base-files/lib/preinit/05_init_interfaces_brcm63xx
| 1 +
target/linux/brcm63xx/dts/evg2000.dts
| 103
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
target/linux/brcm63xx/image/Makefile
| 2 ++
target/linux/brcm63xx/patches-4.1/805-board_EVG2000.patch
| 62
+++++++++++++++++++++++++++++++++++++++++++
target/linux/brcm63xx/patches-4.4/202-MTD-DEVICES-m25p80-use-parsers-if-provided-in-flash-.patch
| 2 +-
target/linux/brcm63xx/patches-4.4/203-MTD-DEVICES-m25p80-add-support-for-limiting-reads.patch
| 4 +--
target/linux/brcm63xx/patches-4.4/414-MTD-m25p80-allow-passing-pp_data.patch
| 2 +-
target/linux/brcm63xx/patches-4.4/805-board_EVG2000.patch
| 62
+++++++++++++++++++++++++++++++++++++++++++
target/linux/brcm63xx/profiles/netgear.mk
| 10 +++++++
target/linux/generic/patches-4.4/032-fq_codel-add-batch-ability-to-fq_codel_drop.patch
| 4 +--
target/linux/generic/patches-4.4/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch
| 10 +++----
target/linux/generic/patches-4.4/531-debloat_lzma.patch
| 33 ++++++++++++-----------
target/linux/generic/patches-4.4/645-bridge_multicast_to_unicast.patch
| 5 ++--
target/linux/generic/patches-4.4/834-ledtrig-libata.patch
| 4 +--
19 files changed, 289 insertions(+), 31 deletions(-)
create mode 100644 target/linux/brcm63xx/dts/evg2000.dts
create mode 100644 target/linux/brcm63xx/patches-4.1/805-board_EVG2000.patch
create mode 100644 target/linux/brcm63xx/patches-4.4/805-board_EVG2000.patch
On 16 May 2016 at 12:24, Conor O'Gorman <i at conorogorman.net> wrote:
> On 16/05/16 11:14, Graham Fairweather wrote:
>>
>> Everything that I read talks about creating PRs when you have forked
>> from another github repo, and I have successfully create PRs in this
>> situation in the past. I have not seen any information about how to
>> create a PR when my repo was forked from a git repo that is hosted
>> outside of github. When I go to github and choose create PR, I can
>> only create it to branches within my fork, the upstream
>> (http://git.lede-project.org/openwrt/source.git) is not listed. Is
>> there a github repo that I should have forked from instead?
>>
> If you have a publicly accessible git repository you can use "git
> request-pull"
> https://git-scm.com/docs/git-request-pull
>
> If you are using github you can fork from
> https://github.com/lede-project/source
>
>
More information about the Lede-dev
mailing list