| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Patch-by: Marek Linder <marek@open-mesh.com>
SVN-Revision: 32610
|
|
|
|
| |
SVN-Revision: 32609
|
|
|
|
| |
SVN-Revision: 32608
|
|
|
|
| |
SVN-Revision: 32607
|
|
|
|
| |
SVN-Revision: 32606
|
|
|
|
| |
SVN-Revision: 32605
|
|
|
|
| |
SVN-Revision: 32604
|
|
|
|
| |
SVN-Revision: 32603
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When mtd alters the fis partition table it assumes that the first partition
table entry also is the first logical parition table entry. For instance our
table could look like this (irrelevant partitions put aside):
* vmlinux.bin.l7 0xA8710000
* rootfs 0xA8030000
Here mtd would assume vmlinux.bin.l7 being the first partition and use its
address to calculate the size and offset which ultimately leads to a broken
partition table.
This patch alters the behavior by checking what partition has the smaller
address to do the calculations based on that address.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32601
|
|
|
|
|
|
|
|
|
| |
The offset parameter can be used to write the data at the offset
instead of writing it to the beginning of the partition.
Signed-off-by: Marek Linder <lindner_marek@yahoo.de>
SVN-Revision: 32600
|
|
|
|
|
|
| |
(requested by EW)
SVN-Revision: 32599
|
|
|
|
| |
SVN-Revision: 32596
|
|
|
|
|
|
| |
https://lists.ath5k.org/pipermail/ath5k-devel/2011-November/005043.html, fixed up for newer ath5k and added in more radios.
SVN-Revision: 32595
|
|
|
|
| |
SVN-Revision: 32594
|
|
|
|
|
|
|
|
|
| |
1) Improve WLAN button.
2) Add 96348A-122 image.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 32593
|
|
|
|
|
|
| |
thanks Noltari for spotting this.
SVN-Revision: 32592
|
|
|
|
| |
SVN-Revision: 32591
|
|
|
|
| |
SVN-Revision: 32590
|
|
|
|
| |
SVN-Revision: 32589
|
|
|
|
| |
SVN-Revision: 32588
|
|
|
|
|
|
| |
services like om-watchdog need it
SVN-Revision: 32587
|
|
|
|
| |
SVN-Revision: 32586
|
|
|
|
|
|
|
|
|
| |
Pass the mtd_layout via the kernel command line instead.
Also increase the kernel partition size to 1024k, so current kernel can fit in.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32585
|
|
|
|
| |
SVN-Revision: 32584
|
|
|
|
| |
SVN-Revision: 32582
|
|
|
|
| |
SVN-Revision: 32581
|
|
|
|
| |
SVN-Revision: 32580
|
|
|
|
| |
SVN-Revision: 32576
|
|
|
|
|
|
| |
-c option, instead it can be emulated by using -x 0x3d:id, change the dhcp protocol script accordingly and filter all colons from the id while we're at it. This change supersedes http://patchwork.openwrt.org/patch/1810/
SVN-Revision: 32573
|
|
|
|
|
|
|
|
|
|
| |
On the off chance that the root filesystem's /tmp is used directly as a
temporary directory instead of having a tmpfs mounted over it, it should have
the sticky bit set.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 32572
|
|
|
|
|
|
| |
add_local_domain defaults to 1 and controls whether the local domain is written as search directive to the local resolv.conf - add_local_hostname defaults to 1 and controls whether A and PTR records are created automatically for the local hostname These change supersedes http://patchwork.openwrt.org/patch/2207/ and http://patchwork.openwrt.org/patch/2208/
SVN-Revision: 32570
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a new boolean option, fqdn, to the "config dnsmasq" section of
/etc/config/dhcp. The default is off. When set on, it enables the dhcp-fqdn
option to dnsmasq. dhcp-fqdn causes dnsmasq's DNS server to not resolve
unqualifed local hostnames. The "domain" option is required when using "fqdn".
Local hostnames will remain available for lookup using fully-qualified names.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 32569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dnsmasq currently permits dhcp_options to be specified only in "config dhcp"
sections of /etc/config/dhcp. When dnsmasq is providing DHCP service for
multiple subnets and there are multiple "config dhcp" sections without "option
ignore", it makes sense to allow dhcp_options that should apply globally in
the "config dnsmasq" section of /etc/config/dhcp. dhcp_option is a list option.
[jow: rework patch to apply after dhcp-option-force handling got introduced]
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 32568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extroot works fine when the target device is specified by a path. It fails
however if the device is specified by UUID (the target partition gets mounted
much later by hotplug hooks). This is because the blkid command is no longer
compiled into BusyBox (since changeset [1]) so it's unavailable for the
preinit phase.
The closest bug report I was able to find is [2], although the reporting person
mentions that /tmp/overlay-disabled showed up which wasn't there in my case.
This patch sets PATH and LD_LIBRARY_PATH environment variables so that the
blkid command installed on the target device can be used by that particular
preinit script.
[1] https://dev.openwrt.org/changeset/26245
[2] https://dev.openwrt.org/ticket/10653
Signed-off-by: Jaroslaw Swierczynski <jarek1701@gmail.com>
SVN-Revision: 32567
|
|
|
|
|
|
|
|
|
|
|
|
| |
l2tp_ppp needs to be loaded after pppox, otherwise it ends up like this:
l2tp_ppp: Unknown symbol pppox_ioctl (err 0)
...
during boot.
I also fixed the dependency, it should be pppox rather than pppoe.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32562
|
|
|
|
|
|
| |
a BROKEN dependency to discourage users from spamming us with tickets about them
SVN-Revision: 32559
|
|
|
|
|
|
| |
logspam
SVN-Revision: 32558
|
|
|
|
|
|
| |
utils/ subdirectories to clean up build order and fix quilt support
SVN-Revision: 32557
|
|
|
|
|
|
| |
to avoid errors on copying
SVN-Revision: 32556
|
|
|
|
|
|
| |
fixes displaying the nameserver in busybox nslookup
SVN-Revision: 32555
|
|
|
|
|
|
| |
without a full rebuild
SVN-Revision: 32554
|
|
|
|
|
|
|
|
|
|
|
| |
testing uclibc changes is tricky because the final gcc tends to miscompile
uclibc code or barf up internal compiler errors.
install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure
prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc
can be put into $(PATH) for the uclibc build, even if the final gcc
is already installed.
SVN-Revision: 32553
|
|
|
|
|
|
| |
/lib/functions/network.sh
SVN-Revision: 32531
|
|
|
|
|
|
| |
on ar9380 (fixes #11756)
SVN-Revision: 32528
|
|
|
|
| |
SVN-Revision: 32527
|
|
|
|
|
|
| |
(#11774)
SVN-Revision: 32525
|
|
|
|
|
|
| |
overrides for routes
SVN-Revision: 32524
|
|
|
|
| |
SVN-Revision: 32522
|
|
|
|
| |
SVN-Revision: 32521
|
|
|
|
|
|
| |
#11762)
SVN-Revision: 32520
|