| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
firstboot uci-defaults To supply custom network settings, it is better to embed a complete network config file using the files/ overlay, the old image lan preconfig options are also very limited in scope and actually collide with sysupgrade and firstboot hardware detection on at least ar71xx and possibly other targets, therfore drop this facility.
SVN-Revision: 31258
|
|
|
|
|
|
| |
We use PKG_NAME and not PKB_BASE_NAME inside OpenWrt Makefiles
SVN-Revision: 31244
|
|
|
|
| |
SVN-Revision: 31221
|
|
|
|
|
|
| |
results depending on the environment (#11239)
SVN-Revision: 31219
|
|
|
|
|
|
| |
regressions which need to be worked out first
SVN-Revision: 31202
|
|
|
|
| |
SVN-Revision: 31201
|
|
|
|
| |
SVN-Revision: 31183
|
|
|
|
|
|
|
|
|
|
| |
Sometimes it's useful to compare the generated config file from UCI config with a hand-edited dnsmasq config file, especially if you're migrating to an OpenWRT router from something else (such as Astlinux).
Putting the generated config makes it easier to capture and diff, etc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31182
|
|
|
|
|
|
|
|
|
|
| |
This patch bumps iproute2 to the latest available version, fixes the
package URL to use kernel.org (as things have now been moved back there)
and also adds ss (socket statistics) to menuconfig.
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
SVN-Revision: 31179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch makes several changes with util-linux-ng package:
* moves it to util-linux (upstream name)
* bumps it to last stable version 2.20.1 (was 2.13.0.1)
* adds new package getopt
* sorts packages inside Makefile
* removes patch, it has been applied upstream
I would also like to maintain this package.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31178
|
|
|
|
|
|
| |
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31177
|
|
|
|
|
|
| |
from libnl, fixes error on hostapd interface initialization
SVN-Revision: 31155
|
|
|
|
| |
SVN-Revision: 31154
|
|
|
|
| |
SVN-Revision: 31153
|
|
|
|
|
|
| |
target
SVN-Revision: 31151
|
|
|
|
| |
SVN-Revision: 31146
|
|
|
|
| |
SVN-Revision: 31145
|
|
|
|
| |
SVN-Revision: 31139
|
|
|
|
| |
SVN-Revision: 31138
|
|
|
|
| |
SVN-Revision: 31137
|
|
|
|
|
|
|
|
|
|
| |
I run this from cron. With remote syslog enabled, this means I have a
record of ADSL line quality variation — which is useful when diagnosing
and reporting faults.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
SVN-Revision: 31136
|
|
|
|
| |
SVN-Revision: 31134
|
|
|
|
|
|
| |
hotplug
SVN-Revision: 31125
|
|
|
|
|
|
| |
client mode devices over vlans to other hosts
SVN-Revision: 31122
|
|
|
|
| |
SVN-Revision: 31121
|
|
|
|
| |
SVN-Revision: 31106
|
|
|
|
| |
SVN-Revision: 31105
|
|
|
|
| |
SVN-Revision: 31088
|
|
|
|
| |
SVN-Revision: 31087
|
|
|
|
|
|
| |
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31086
|
|
|
|
|
|
| |
Based on patch by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31085
|
|
|
|
|
|
|
| |
Turns out it triggers on some AR71xx devices where no swapping should be done.
Enable endian check for the lantiq target.
SVN-Revision: 31084
|
|
|
|
|
|
| |
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31083
|
|
|
|
|
|
| |
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31082
|
|
|
|
| |
SVN-Revision: 31081
|
|
|
|
| |
SVN-Revision: 31080
|
|
|
|
|
|
| |
more status info
SVN-Revision: 31077
|
|
|
|
| |
SVN-Revision: 31071
|
|
|
|
|
|
| |
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 31070
|
|
|
|
|
|
| |
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 31069
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 31068
|
|
|
|
|
|
| |
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 31067
|
|
|
|
|
|
| |
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 31066
|
|
|
|
| |
SVN-Revision: 31065
|
|
|
|
| |
SVN-Revision: 31058
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding the following syntax support:
config mxhost
option domain mydomain.com
option relay svr10.ironport.com
option pref 50
and this will generate an MX record for mydomain.com pointing at the relay with a given preference.
Redux: default the preference to 0 if absent.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as:
option port xxxx,class,weight
but this is counter-intuitive. Here we fix this.
Redux: make the port required.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31056
|
|
|
|
| |
SVN-Revision: 31053
|
|
|
|
| |
SVN-Revision: 31050
|
|
|
|
|
|
| |
uuid or label
SVN-Revision: 31049
|