John Crispin
dab35f044a
uboot-envtools: add support for environment in ubi volume
...
On UBI enabled devices, U-Boot might store it's environment on
UBI volume(s). Support this in uboot-envtools, so fw_setenv and
fw_printenv can work on these platforms.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40929
2014-06-02 12:44:19 +00:00
John Crispin
85b8897d1a
fstools: stage libubi-utils static library and headers
...
Use InstallDev to make libubi-utils available for linking in
uboot-envtools.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40928
2014-06-02 12:44:16 +00:00
John Crispin
3936ed4028
package/Makefile: Substituted deprecated -perm +mode with -perm /mode
...
The find(1) -perm +mode is no longer supported and has been deprecated since
2005.
This could resolve #13855 ticket.
Signed-off-by: Rocco Folino <lordzen87@gmail.com>
SVN-Revision: 40927
2014-06-02 12:44:13 +00:00
John Crispin
07fde034b0
lantiq: Add ARV7510PW22 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40918
2014-06-02 12:43:31 +00:00
John Crispin
4fd7e0cdab
kernel: Add kernel modules for USB gadget serial devices.
...
This patch adds support for building the kernel modules for gadget serial devices.
Signed-off-by: Owen Kirby <osk@exegin.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40917
2014-06-02 12:43:28 +00:00
John Crispin
af4769e298
iptables: Makefile: only build ip6tc, if IPv6 is enabled
...
when disabling ipv6, the iptables build breaks without a manul clean or this patch
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 40916
2014-06-02 12:43:25 +00:00
John Crispin
a866b7eb9d
dropbear: make missing variables local
...
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 40914
2014-06-02 12:43:16 +00:00
John Crispin
37eb27e47d
base-files: remove function service_kill
...
Function service_kill is deprecated and has no user, so remove it.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40912
2014-06-02 12:43:10 +00:00
John Crispin
36d0a5e3fb
base-files: add simple shutdown script
...
Since svn rev [38557] we support power buttons, for example
the ACPI power button on x86 machines.
Add a simple shutdown script to /etc/rc.button, to gracefully shutdown
the machine after the power button is pressed.
Tested on x86 and x86_64 in a kvm virtual machine.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 40909
2014-06-02 12:43:00 +00:00
John Crispin
44e2de03a4
base-files: calling stop_service before procd_kill.
...
Before this patch, doing `/e/c/network restart' will emit the folloing
error by `ubus network.wireless down "{}"' because netifd already quit
by that time.
Command failed: not found
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 40906
2014-06-02 12:42:44 +00:00
John Crispin
8f100f4f2e
kernel: usb.mk: enable chipidea udc mode
...
The chipidea USB OTG controller is dual-role and supports both host and device
modes. Enable device mode.
Tested on Gateworks Ventana imx6 board with g_ether.
Are there any other targets out there that use the CHIPIDEA controller? If so
testing is needed for those.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 40905
2014-06-02 12:42:41 +00:00
John Crispin
dcf42b40fc
base-files: removes logging
...
Since logd haven't started at this point, logging does not work.
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
SVN-Revision: 40904
2014-06-02 12:42:37 +00:00
Felix Fietkau
118eec12e8
fstools: update to latest version, fixes build on x86_64
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40902
2014-06-02 09:38:09 +00:00
Steven Barth
7c0d5b99c4
odhcpd: add configuration for userclass-filter
...
SVN-Revision: 40900
2014-06-02 07:08:16 +00:00
Zoltan Herpai
d00f7b05c8
uboot-sunxi: add bananapi support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40899
2014-06-01 18:47:14 +00:00
Steven Barth
e9ff251ca6
ca-certificates: bump to 20140325
...
SVN-Revision: 40894
2014-06-01 10:32:37 +00:00
Steven Barth
299c2cd312
6relayd: superseded by odhcpd
...
SVN-Revision: 40893
2014-06-01 10:28:50 +00:00
Steven Barth
b5b0381cbb
polarssl: bump to 1.3.7
...
SVN-Revision: 40892
2014-06-01 09:49:24 +00:00
Felix Fietkau
d866ee2e30
netifd: replace the sleep 5 with an ubus wait_for call to speed up init script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40891
2014-05-31 23:49:23 +00:00
Felix Fietkau
11462369af
fstools: update to the latest version, fixes build for 64 bit targets
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40889
2014-05-31 12:46:59 +00:00
Steven Barth
cdbbe71199
odhcp6c: fix last commit
...
SVN-Revision: 40887
2014-05-30 14:50:42 +00:00
Steven Barth
f8c12d4227
odhcp6c: improve passthrough filter
...
SVN-Revision: 40886
2014-05-30 14:48:39 +00:00
Felix Fietkau
72d6a51e64
iwinfo: null-terminate the ssid on nl80211 scan to avoid printing trailing garbage
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40884
2014-05-30 11:37:35 +00:00
Steven Barth
8f8dc0959c
busybox: remove redundant 6rd-patch
...
SVN-Revision: 40882
2014-05-29 21:50:32 +00:00
Steven Barth
57999c4807
odhcpd: Fix a segfault in DHCPv6 option handling
...
SVN-Revision: 40881
2014-05-29 21:01:42 +00:00
Steven Barth
50b663de47
busybox: udhcpc source IP rebind patch
...
Patch sets the source IP address of DHCP request messages during rebind to the IP address
assigned to the udhcpc client. Source address 0.0.0.0 can only be used by a client prior
to obtaining its IP address (see RFC2131 § 4.1). Source IP address behavior lines up now with
the ISC dhcp client implementation for DHCP request messages during rebind and DHCP release
messages.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 40878
2014-05-29 10:35:34 +00:00
Jo-Philipp Wich
83ccc9a8f6
6in4: adjust update url ( #16617 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40876
2014-05-29 09:22:52 +00:00
Luka Perkov
591b5285f5
uboot-envtools: add support for kirkwood ea4500
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40872
2014-05-28 21:43:42 +00:00
Felix Fietkau
df9f29c47d
ubox: update to latest version, fixes kmodloader issues with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40869
2014-05-28 21:28:14 +00:00
Felix Fietkau
487f719203
uqmi: Add support for QMI-based mobile broadband modems
...
Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the
modem. At the moment there is no support for them in OpenWrt. This
patch adds support for them in the form of a netifd script and a
control utility. Tested with Huawei E398 and ZTE MF820D (which requires
a delay of ~30 s before responding to QMI commands). I put myself up as
the maintainer, feel free to change this if you desire.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 40868
2014-05-28 19:45:20 +00:00
Felix Fietkau
253892e57f
uclient: update to the latest version, fixes an issue with http authentication handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40867
2014-05-28 09:44:57 +00:00
Steven Barth
05090cb270
odhcpd: add support for configuring raw dhcpv6 options
...
SVN-Revision: 40862
2014-05-26 17:08:57 +00:00
Felix Fietkau
af116a5ec3
libubox: update to latest version, fixes a segfault on json_script cleanup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40861
2014-05-26 13:53:48 +00:00
Felix Fietkau
a5f8365f40
ath9k: fix deprecated syntax in config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40860
2014-05-26 08:00:29 +00:00
Felix Fietkau
48855aab6c
ath9k: make support for PC-OEM cards optional, reduces module size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40859
2014-05-25 22:39:58 +00:00
Felix Fietkau
2898951c9c
ubox: update to the latest version, reduces binary library dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40857
2014-05-25 22:39:51 +00:00
Felix Fietkau
0c383776df
procd: update, fixes a bunch of memleaks
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40856
2014-05-25 19:38:58 +00:00
Felix Fietkau
039dca04b8
procd: update to the latest version, fixes some musl compatibility issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40854
2014-05-25 17:51:52 +00:00
Felix Fietkau
6c6faf5f37
busybox: add back missing crond config change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40853
2014-05-25 17:45:22 +00:00
Felix Fietkau
f4f553efa7
busybox: update to 1.22.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40852
2014-05-25 17:42:09 +00:00
Felix Fietkau
a54791f2ba
busybox: remove obsolete httpd patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40851
2014-05-25 17:42:02 +00:00
Felix Fietkau
63f69d0bb9
busybox: remove obsolete insmod patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40850
2014-05-25 17:41:59 +00:00
Felix Fietkau
7a13084797
busybox: drop a udhcpc patch that has been superseded by upstream changes a long time ago
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40849
2014-05-25 17:41:55 +00:00
Felix Fietkau
c1187357dc
busybox: remove obsolete init patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40848
2014-05-25 17:41:52 +00:00
Felix Fietkau
5e341d0d0d
busybox: use a config option instead of a patch to select the cron directory
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40847
2014-05-25 17:41:48 +00:00
Felix Fietkau
92b716ff72
mac80211: mark kmod-rtlwifi as hidden (selected by rtlwifi drivers)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40845
2014-05-25 12:23:14 +00:00
Felix Fietkau
d9bbeff7c8
button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40839
2014-05-23 22:13:13 +00:00
Felix Fietkau
6ee4d92e34
gpio-button-hotplug: remove #ifdef CONFIG_HOTPLUG, it is gone in newer kernels ( fixes #16413 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40838
2014-05-23 22:13:10 +00:00
Felix Fietkau
d90ec19e95
rt2x00: fix rt3352 rf probing ( #14322 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40837
2014-05-23 21:05:41 +00:00
Felix Fietkau
b13b61f98c
mac80211: fix probing of rtl8180
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40836
2014-05-23 21:00:42 +00:00