- Apr 17, 2016
-
-
Hauke Mehrtens authored
Update cmake to 3.5.1 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49186
-
Hauke Mehrtens authored
Update mpfr to 3.1.4 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49185
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Feytons <dirk.feytons@gmail.com> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49184
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Feytons <dirk.feytons@gmail.com> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49183
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Feytons <dirk.feytons@gmail.com> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49182
-
Hauke Mehrtens authored
The wpa_supplicant supports an "anonymous_identity" field, which some EAP networks require. From the documentation: anonymous_identity: Anonymous identity string for EAP (to be used as the unencrypted identity with EAP types that support different tunnelled identity, e.g., EAP-TTLS). This change modifies the hostapd.sh script to propagate this field from the UCI config to the wpa_supplicant.conf file. Signed-off-by:
Kevin O'Connor <kevin@koconnor.net> Reviewed-by:
Manuel Munz <freifunk@somakoma.de> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49181
-
Hauke Mehrtens authored
If you have your ./files/ directory stored in a git repository, the .git will be included into images using precious space. This patch removes .git directories before packing images. Signed-off-by:
Joerg Jungermann <jj@borkum.net> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49180
-
Hauke Mehrtens authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49179
-
Hauke Mehrtens authored
This is required to build net-snmp. If that options is disabled in uClibc then net-snmp doesn't detect sighold support on its configuration stage and so defines HAVE_SIGHOLD as 0. That in its turn causes compilation of the following branch of timerPause() in apps/snmpnetstat: ------------------>8---------------- int oldmask; oldmask = sigblock(sigmask(SIGALRM)); if (!signalled) { sigpause(0); } sigsetmask(oldmask); ------------------>8---------------- Now in uClibc all 3 sigblock(), sigmask() and sigsetmask() were removed back in 2005, see: https://git.busybox.net/uClibc/commit/?id=5aa7aa7fa7ec2a0fe567ac0b2595b46add6f3594 And all that causes net-snmp linkage to fail this way: ------------------>8---------------- .libs/if.o: In function `intpr': if.c:(.text+0x908): undefined reference to `sigmask' if.c:(.text+0x90e): undefined reference to `sigblock' if.c:(.text+0x924): undefined reference to `sigsetmask' ------------------>8---------------- If we enable UCLIBC_HAS_OBSOLETE_BSD_SIGNAL in uClibc then branch with sighold is used in timerPause() and everything builds as expected. Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49178
-
- Apr 16, 2016
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49176
-
Hauke Mehrtens authored
This fixes the following security problems: * CVE-2015-7560 * CVE-2015-5370 * CVE-2016-2110 * CVE-2016-2111 * CVE-2016-2112 * CVE-2016-2115 * CVE-2016-2118 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49175
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49174
-
- Apr 15, 2016
-
-
Rafał Miłecki authored
This will be needed to use bcm47xxsflash on ARM for BCM53573. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49168
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49167
-
- Apr 14, 2016
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49166
-
- Apr 13, 2016
-
-
Vasilis Tsiligiannis authored
Path to the Git repository directory can be overriden by using the '$GIT_DIR' environment variable. This patch improves detection of Git repository by using 'git-rev-parse', which respects '$GIT_DIR' environment variable, instead of just checking the existence of '.git' directory. Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr> SVN-Revision: 49165
-
Vasilis Tsiligiannis authored
Signed-off-by:
Vasilis Tsiligiannis <acinonyx@openwrt.gr> SVN-Revision: 49164
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 49162
-
- Apr 09, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 49161
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49160
-
Rafał Miłecki authored
Syntax error was added in r49122. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49159
-
John Crispin authored
Signed-off-by:
Tiziano Bacocco <tizbac2@gmail.com> SVN-Revision: 49158
-
John Crispin authored
OpenWrt can be flashed with following uboot commands: tftpboot 0x80500000 openwrt-ar71xx-generic-wpj342-16M-squashfs-sysupgrade.bin erase 0x9f030000 +$filesize cp.b $fileaddr 0x9f030000 $filesize Signed-off-by:
Christian Mehlis <christian@m3hlis.de> SVN-Revision: 49157
-
John Crispin authored
Reconfiguring the UART when the FIFO is not empty may cause the boot to hang. This hang is extremely suspectible to timing differences; recompiling the kernel with the same configuration, but different UTS_VERSION timestamps can yield images that hang more or less often. Sometimes images are produced that hang reproducibly. This patch should also make it into one of the next linux-stable releases, but it's better to get this fixed as soon as possible. Fixes #21773, #21857. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 49156
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49155
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49154
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49153
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49152
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49151
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49150
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49149
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49148
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49147
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49146
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49145
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49144
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49143
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49142
-
John Crispin authored
Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49141
-
John Crispin authored
Future Open Mesh u-boot versions are changing the check of the image files (vmlinux, rootfs) from md5 to sha256. Having both in them should be enough to ensure backward and forward compatibility. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49140
-