This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 5
Dockerfile #7
Open
luandro
wants to merge
157
commits into
LibreRouterOrg:librerouter-18.06
Choose a base branch
from
luandro:librerouter-18.06
base: librerouter-18.06
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dockerfile #7
luandro
wants to merge
157
commits into
LibreRouterOrg:librerouter-18.06
from
luandro:librerouter-18.06
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
only support flash chips up to 16mb and truncate larger chips instead of attempting to switch to 4-byte addressing mode which doesn't work on QCA SPI hardware nor the rom loader.
Based on 6325eeec2d72a4b14883c46b8423ba8580cbd2e6 by Daniel Golle
This is a only a starting point.
CONFIG_DOWNLOAD_FOLDER is a very handy way of caching and sharing the source download. We should find a way of leting the user enable this and selecting the folder.
Signed-off-by: Santiago Piccinini <[email protected]>
This option is not used but generates confusion as it is different than the default diffconfig
…librerouter-18.06
Not both ethernet ports (GMAC0/RGMII and GMAC1/SGMII) are working
this is a required package to be able to see the community map in the lime-app.
…-and-links selects the shared-state-nodes_and_links package
…d_1.9.1 Update routing to babeld-1.9.1
Add TP-Link CPE210 v3 to the support list. Its identical to the v2. Signed-off-by: Robert Marko <[email protected]>
ar71xx: Add support for TP-Link CPE210 v3. Looks identical to the v2. This PR adds support for a popular low-cost 2.4GHz N based AP Specifications: - SoC: Qualcomm Atheros QCA9533 (650MHz) - RAM: 64MB - Storage: 8 MB SPI NOR - Wireless: 2.4GHz N based built into SoC 2x2 - Ethernet: 1x 100/10 Mbps, integrated into SoC, 24V POE IN Installation: Flash factory image through stock firmware WEB UI or through TFTP To get to TFTP recovery just hold reset button while powering on for around 4-5 seconds and release. Rename factory image to recovery.bin Stock TFTP server IP:192.168.0.100 Stock device TFTP adress:192.168.0.254 Signed-off-by: Robert Marko <[email protected]>
Add cpe210-v3 support
Based on the work of Andrew Cameron <[email protected]> at: aredn/aredn_ar71xx@700f020
Based on the work of Andrew Cameron <[email protected]> at: aredn/aredn_ar71xx@230eddf
As we are currently using this buildroot to build not only for the LibreRouter but also for other devices then we should not hardcode functionality that is only intended for the LibreRouter. Lets fix this by other means.
The librerouter feed is intended to provide binary release dependent packages like kernel modules.
…hecks add librerouter-hw package with an initial tool to validate hardware
I lost a lot of time because I was not seeing these files and they were getting inside the image /etc/board.d/02_network.orig ... leading to very unexpected results...
This reverts commit d5d9198.
spiccinini
force-pushed
the
librerouter-18.06
branch
from
October 18, 2019 18:40
b82b9e6
to
fb4eb0a
Compare
…/openwrt into librerouter-18.06
nicopace
suggested changes
Dec 3, 2019
@@ -12,6 +14,13 @@ packages into package/feeds/ | |||
4. Run `make` to build your firmware. | |||
|
|||
|
|||
### Building in docker container | |||
|
|||
You need Docker installed, if you don't have it run `wget -O - https://get.docker.com | bash` to install. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much more complex than years before, but these are the install docs: https://docs.docker.com/install/
@@ -0,0 +1,63 @@ | |||
# Beware this file is NOT supposed to be edited by the end user, modify /etc/config/lime instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not see why this changes are needed in this PR, please remove
@@ -157,6 +157,22 @@ config BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL | |||
help | |||
Command output will be sent to corresponding user via email. | |||
|
|||
config BUSYBOX_CONFIG_FEATURE_CROND_SPECIAL_TIMES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not see why this changes are needed in this PR, please remove. thanks!
spiccinini
force-pushed
the
librerouter-18.06
branch
from
December 13, 2019 23:35
863d464
to
8657937
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added Dockerfile and updated README to include how to use it.