John Crispin
5b437e204f
ralink: set the mac addr via the dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38902
2013-11-25 08:33:42 +00:00
Luka Perkov
6cbad59ead
kirkwood: include ext4 support by default
...
Several users reported that they would like this feature.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38901
2013-11-24 23:07:34 +00:00
Luka Perkov
a48520f0f3
kirkwood: kernel: add missing config option
...
Buildbot found missing config option for target kirkwood.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 38900
2013-11-24 17:53:34 +00:00
Luka Perkov
e8f2d46bdb
cmake: upgrade to 2.8.12.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38899
2013-11-24 07:10:21 +00:00
Luka Perkov
770a285ee3
kirkwood: drop unnecessary argument from *_UBIFS_OPTS variables
...
The '-U' aka '--squash-uids' is already used in Image/mkfs/ubifs function.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38898
2013-11-23 15:55:12 +00:00
Luka Perkov
746ace4baf
kirkwood: add support for iomega iconnect
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Daniel Engberg <daniel.engberg@pyret.net>
SVN-Revision: 38897
2013-11-23 15:55:10 +00:00
Imre Kaloz
c11bd50d77
For now vdi and vmdk images should be x86 only
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38896
2013-11-22 14:39:53 +00:00
Imre Kaloz
9fa3c68938
move menuconfig options into separate files
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38895
2013-11-22 14:30:40 +00:00
Imre Kaloz
eeba5d7b6d
drop stupid defaults
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38894
2013-11-22 13:41:55 +00:00
Imre Kaloz
f3e2331e18
add a feature flag for device tree support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38893
2013-11-22 12:01:01 +00:00
Imre Kaloz
4242b42880
VMWare and VirtualBox images should select what they need, not depend on it..
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38892
2013-11-22 09:54:36 +00:00
Imre Kaloz
4c65eebf06
rationalize target image options
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38891
2013-11-22 09:44:14 +00:00
Imre Kaloz
f0721fa502
allow configuration of the target directory for binaries
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38890
2013-11-22 09:39:41 +00:00
Imre Kaloz
61ad6831d3
replace the mips64 fixes patch with an upstream commit
...
The current one broke all other 64 bit targets.. DOH!
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38889
2013-11-22 09:22:54 +00:00
Felix Fietkau
5143157af8
uhttpd: update to the latest version, fixes crashes in the ubus plugin
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38888
2013-11-21 21:52:24 +00:00
Luka Perkov
d8b7d99478
pkg-config: fix occasional install problem
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38886
2013-11-20 22:09:11 +00:00
John Crispin
3044b185d1
procd: fix the running hook #38868
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38885
2013-11-20 19:28:51 +00:00
John Crispin
776c6c50ce
lantiq: move patch to proper folder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38884
2013-11-20 17:53:36 +00:00
Felix Fietkau
0707c6810a
mac80211: fix reorder issues with multicast packets (client mode)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38883
2013-11-20 17:33:50 +00:00
Felix Fietkau
1a0ae39a7e
mac80211: fix an overflow issue in minstrel_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38882
2013-11-20 17:33:46 +00:00
John Crispin
d823c20f05
lantiq: update default mii modes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38881
2013-11-20 16:56:58 +00:00
John Crispin
6c690bf15d
lantiq: fix etop registers
...
As first reported more than a year ago
(https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016240.html
and
https://lists.openwrt.org/pipermail/openwrt-devel/2012-August/016241.html ),
some of the register definitions of the lantiq etop driver are
incorrect. When OpenWrt is booted with a bootloader which doesn't do
proper network initialization of its own (e.g. brnboot), ethernet won't
work. The patch below changes the register names and addresses to match
the lantiq etop driver included with the recent U-Boot.
At the moment the MII/RMII setting in the lantiq .dts-files has no
effect, since wrong registers are written. Once this patch is applied,
it is necessary to make sure that the MII/RMII setting in the .dts-file
is correct.
v2: fix mangled whitespaces
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 38880
2013-11-20 16:56:50 +00:00
John Crispin
1b3a423ad5
procd: add validation to the log init script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38879
2013-11-20 16:56:41 +00:00
John Crispin
06ada4b10f
lantiq: fix an endless loop in the vmmc platform code
...
this was caused by not honoured error return codes of of_gpio_count()
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38878
2013-11-20 16:56:32 +00:00
Zoltan Herpai
2bc70cfbac
mxs: build/profile-related changes - change uImage creation to use zImage - update image Makefile for further boards with u-boot support - add profile for OLinuXino Micro/Nano boards
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38876
2013-11-20 10:23:49 +00:00
Zoltan Herpai
17089f3f37
package: uboot-mxs: cosmetic fix
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38875
2013-11-20 10:15:02 +00:00
Felix Fietkau
7e77389bc5
mac80211: small rate control fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38874
2013-11-20 07:33:27 +00:00
John Crispin
a95eb4d672
libubox: fix compile error ( #14497 )
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38873
2013-11-19 21:54:51 +00:00
John Crispin
d175740783
ralink: set wmr-300 mac properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38872
2013-11-19 21:13:24 +00:00
John Crispin
ee41b41a30
mtd: add a "mtd verify" call
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38871
2013-11-19 20:56:23 +00:00
John Crispin
fcea2ab05a
libubox: ubox: procd: move md5.{c,h} to libubox
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38870
2013-11-19 20:56:11 +00:00
John Crispin
460bf6b0d7
procd: update to latest git head
...
* fix up the order of respawn parameters for ubus
* add a event broadcast function
* add debug level handover between preinit and main process
* make the service running trigger be queued directly after the service was startetd
* Allow process respawning forever
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38868
2013-11-19 16:33:50 +00:00
John Crispin
40109bb89b
ralink: add missing CONFIG_ symbol to mt7620n
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38867
2013-11-19 16:33:43 +00:00
John Crispin
211ad78989
libubox: update to latest git head
...
add a renqueue_add_first() api
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38866
2013-11-19 16:31:47 +00:00
Felix Fietkau
17e6b3ae8d
mpc85xx: Fix NAPI poll mechanism in GIANFAR ethernet driver
...
This patch fixes the NAPI poll mechanism in the GIANFAR ethernet driver, which
was not properly working since Linus Kernel Version 3,8.
Therefore the workaround patch to downgrade the GIANFAR ethernet driver to
Kernelversion v3.8 is obsoete.
This patch was extensivly testes with different network loads and types of
traffic. There is quite a substantial user base that reports proper Ethernet
function with TPlink-4900. This patch is based on the fixes from GINAFAR
maintainer Claudiu Manoli.
Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38865
2013-11-19 13:00:37 +00:00
Felix Fietkau
c84a43cf40
procd: emit tty events for ttyUSB* even when they come from the usb-serial subsystem
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38862
2013-11-19 00:03:42 +00:00
Felix Fietkau
69598dd020
base-files: add the DEVICENAME variable for hotplug scripts
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38861
2013-11-19 00:03:39 +00:00
Felix Fietkau
13f5ebaf8e
scripts/gen-dependencies.sh: prevent zero-length dep.* files from accumulating in tmp/
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38860
2013-11-19 00:03:34 +00:00
Luka Perkov
35b6be4a65
imx6: build images for ventana boards that are supported
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38859
2013-11-18 22:23:43 +00:00
Luka Perkov
c108ddb209
imx6: merge all gateworks boards into one profile
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38858
2013-11-18 22:23:42 +00:00
Luka Perkov
f552d290c6
imx6: add support for more then one nand type per profile
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38857
2013-11-18 22:23:40 +00:00
Luka Perkov
69beb313c6
imx6: refresh kernel config
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38856
2013-11-18 22:23:39 +00:00
Luka Perkov
fbe8d27c7f
image: remove spaces from toupper function
...
The extra prefix space is passed to the caller.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38855
2013-11-18 22:23:38 +00:00
Felix Fietkau
03fcc9bf43
ath9k: merge a few reset / calibration fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38854
2013-11-18 19:58:53 +00:00
Felix Fietkau
9706d4e00e
cmake.mk: fix support for ccache
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38853
2013-11-18 14:10:12 +00:00
Felix Fietkau
cd1c8d463f
hostapd: remove random pool support - the entropy it gathers is questionable and we have better entropy sources on common platforms now
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38852
2013-11-18 13:54:26 +00:00
Felix Fietkau
edc8ac6246
uClibc: Deactivate oversized thread stack cache
...
A small system like the common home router doesn't have 40 MiB per process for
a dirty stack cache. This can easily lead to an overbooking OOM problem and
caused a lot of hangs+reboots on 32 MiB systems running nodogsplash.
Not using a stack cache can increase the time to spawn new threads. This is
hopefully no problem for system not running a lot of parallel computations.
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 38851
2013-11-18 13:32:06 +00:00
Imre Kaloz
d38c28b58c
make default packages selected for real
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38850
2013-11-18 12:05:11 +00:00
Jo-Philipp Wich
bc9043cc53
firewall: optimize DNAT rules and skip invalid rules and redirects ( #14485 )
...
- instead of writing one (or more) ACCEPT rules in the filter table
for each redirect install a global ctstate DNAT accept rule per zone
- discard rules and redirects which have invalid options set instead
of silently skipping the invalid values
SVN-Revision: 38849
2013-11-18 11:59:27 +00:00
John Crispin
82e6242798
ralink: add support for ralink mt7620 nand eval board
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38848
2013-11-18 09:35:41 +00:00