Jo-Philipp Wich
1029d341c5
ubox: fix handling of uci lists, prevent shell code injection from uci values ( #14548 )
...
SVN-Revision: 38938
11 years ago
Jo-Philipp Wich
cdbff3641b
Revert "ubox: the validation code has problems with the "(" char. use string for now"
...
This reverts commit f7c2ac3ea9b5f2dc4ef4ce4ef195de8a4ac5546b.
SVN-Revision: 38937
11 years ago
Jo-Philipp Wich
1527f96ca6
busybox: do not abort sysntpd init if enable_server is unset, that variable just controls the server part for relaying NTP
...
SVN-Revision: 38936
11 years ago
Jo-Philipp Wich
387761e2fc
procd: fix processing of datatype specification with spaces
...
SVN-Revision: 38935
11 years ago
Imre Kaloz
8adb3fb74d
initialize wl12xx from the device tree
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38934
11 years ago
Imre Kaloz
9a0d644f9e
add device tree based initialization to wl12xx
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38933
11 years ago
Imre Kaloz
dcae3ef009
refresh/rename patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38932
11 years ago
Imre Kaloz
cf8a186553
fix gpio interrupt-cells property on AM335x
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38931
11 years ago
Imre Kaloz
c7d102816c
refresh patch
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38930
11 years ago
Imre Kaloz
9100d559b5
make the wl12xx glue code available with compat-wireless, too
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38929
11 years ago
Imre Kaloz
412b772e24
add TI wireless symbols and enable the platform glue by default
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38928
11 years ago
Felix Fietkau
4e6043e691
mac80211: include 802.11n support when wl12xx is selected
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38927
11 years ago
Felix Fietkau
e1ce4331d3
ath9k: merge initval updates
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38926
11 years ago
Imre Kaloz
c1aeede408
fix typo in wl128x firmware names
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38925
11 years ago
Imre Kaloz
4c3f2ed4ca
hide package, it's needed all the time
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38924
11 years ago
Imre Kaloz
3b2c74e5db
use plain image names inside the target directories
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38923
11 years ago
Imre Kaloz
b1f4f27fc4
upgrade Linaro GCC 4.8 to 4.8-2013.11
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38922
11 years ago
Imre Kaloz
eb811eadba
wl12xx could need the wl128x firmware files, too
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38921
11 years ago
Felix Fietkau
78f4ab6fc0
mac80211: merge another round of upstream fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38918
11 years ago
John Crispin
bb2b428a5c
ralink: dts fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38917
11 years ago
John Crispin
fc3c72aba6
ubox: the validation code has problems with the "(" char. use string for now
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38916
11 years ago
Felix Fietkau
15b4975925
hostapd: add support for auto-channel selection
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38915
11 years ago
Felix Fietkau
1d75f7506d
hostapd: update to version 2013-11-20
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38914
11 years ago
John Crispin
48de8ed52a
kernel/modules: snd-pcm-dmaengine only if CONFIG_SND_DMAENGINE_PCM is set
...
Platforms without in-soc audio don't provide CONFIG_SND_DMAENGINE_PCM, thus
the module is not generated.
SVN-Revision: 38913
11 years ago
John Crispin
8a35c5936f
tools/mpfr: add GNU source
...
fixes https://dev.openwrt.org/ticket/14519
mpfr is available from GNU too
see: https://gforge.inria.fr/forum/forum.php?forum_id=11263
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 38912
11 years ago
John Crispin
cba772f5bc
pppd: Place plugin-specific options after `plugin name`.
...
Before this patch, if we specify a plugin specific option through
`pppd_options` in /etc/config/network, e.g. `rp_pppoe_verbose 1`, pppd
would quit with the following error in log.
Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): /usr/sbin/pppd: unrecognized option 'rp_pppoe_verbose'
Wed Oct 9 09:42:58 2013 daemon.err pppd[1689]: unrecognized option 'rp_pppoe_verbose'
Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): pppd version 2.4.5
Wed Oct 9 09:42:58 2013 daemon.notice netifd: GORG (1689): Usage: /usr/sbin/pppd [ options ], where options are:
This is due to the requirement that function add_option() should be
called by the plugin_init() function first before pppd can parse those
options.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 38911
11 years ago
John Crispin
6295f38c8f
ralink: add mac address detection for Asus RT-G32 b1
...
http://patchwork.openwrt.org/patch/4463/
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38910
11 years ago
John Crispin
93e9a71538
base-files: allow users to delect debug level during boot
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38909
11 years ago
John Crispin
91de2648e9
procd: update procd.sh to make use of the new validate_data tool
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38908
11 years ago
John Crispin
acec292e32
ubox: update the validate_data tool
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38907
11 years ago
John Crispin
637440c415
ubox: fix typo that caused log_file to not be validated properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38906
11 years ago
John Crispin
8ee2b91ddd
ralink: fix up the mt7530 driver to work properly with gmac2
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38905
11 years ago
John Crispin
d84238ad26
ralink: add LRO support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38904
11 years ago
John Crispin
f732ed4500
ralink: add NETIF_F_HW_VLAN_CTAG_TX support for the mt7620X family
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38903
11 years ago
John Crispin
5b437e204f
ralink: set the mac addr via the dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38902
11 years ago
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
11 years ago
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
11 years ago
Luka Perkov
e8f2d46bdb
cmake: upgrade to 2.8.12.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38899
11 years ago
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
11 years ago
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
11 years ago
Imre Kaloz
c11bd50d77
For now vdi and vmdk images should be x86 only
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38896
11 years ago
Imre Kaloz
9fa3c68938
move menuconfig options into separate files
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38895
11 years ago
Imre Kaloz
eeba5d7b6d
drop stupid defaults
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38894
11 years ago
Imre Kaloz
f3e2331e18
add a feature flag for device tree support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38893
11 years ago
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
11 years ago
Imre Kaloz
4c65eebf06
rationalize target image options
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38891
11 years ago
Imre Kaloz
f0721fa502
allow configuration of the target directory for binaries
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38890
11 years ago
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
11 years ago
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
11 years ago
Luka Perkov
d8b7d99478
pkg-config: fix occasional install problem
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38886
11 years ago