- Apr 05, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36205
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36204
-
Florian Fainelli authored
The malta platform supports mips16 advertise this feature flag. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36203
-
Florian Fainelli authored
Enabling MIPS16 is made conditional on advertising the "mips16" feature for a specific target since it requires support from the CPU (HAS_MIPS16) and the actual use of MIPS16 for building packages (USE_MIPS16). Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36202
-
Florian Fainelli authored
Packages not picking up the regular TARGET_AS need their openwrt Makefiles tweaked. For a basic build, that's just openssl. This depends on patch 1/5. Signed-off-by:
Jay Carlson <nop@nop.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36201
-
Florian Fainelli authored
The .init and .fini sections are built by concatenating code fragments. Putting mips16 code in the middle of a mips32 code block doesn't work. Make gcc built the magic crt stuff in no-mips16 mode. This is specific to 4.6-linaro but is probably portable to other gcc flavors. Adding this to the t-libgcc-mips16 makefile fragment is a hack not suitable for pushing upstream, but there is no mips/t-linux or mips/t-uclibc and I am not going to touch gcc/configure for two lines. Signed-off-by:
Jay Carlson <nop@nop.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36200
-
Florian Fainelli authored
For now, build uclibc without -mips16. There's no mips16 syscall support AFAIK and uclibc uses inline assembly syscalls a lot. In addition, touching errno means touching a TLS model symbol, and that's not supported in gcc 4.6. The __set_errno macro can be put back to calling errno_location(). This allows much of the library to be built in mips16 mode. I don't understand the implications to the thread library of doing this. A list of "build as -mno-mips16" C source files can be placed in the mips architecture-dependent build files. Maintaining the list would be no fun. Signed-off-by:
Jay Carlson <nop@nop.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36199
-
Florian Fainelli authored
To be safe, build "m16" into the toolchain and target architecture the same way mips32r2 does: target-mips_r2_m16_uClibc-0.9.33.2 toolchain-mips_r2_m16_gcc-4.6-linaro_uClibc-0.9.33.2 Signed-off-by:
Jay Carlson <nop@nop.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36198
-
Florian Fainelli authored
Create and use a TARGET_ASFLAGS, defaulting to TARGET_CFLAGS. MIPS .S files reasonably assume they are not in mips16 mode. Because "-mips16 -mno-mips16" results in -mno-mips16, I can append that to the TARGET_ASFLAGS. This should be done with $(filter-out)? Signed-off-by:
Jay Carlson <nop@nop.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36197
-
Steven Barth authored
netifd: Bump to latest version * Fix a memory corruption when updating IPv6 prefixes * Fix route sorting order (nbd) * Add support for ip rules (jow) * Implement support for route / route6 table attribute (jow) SVN-Revision: 36196
-
- Apr 04, 2013
-
-
Felix Fietkau authored
SVN-Revision: 36195
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36194
-
- Apr 03, 2013
-
-
Steven Barth authored
netifd: Rewrite IPv6 prefix assignment * Add ip6hint option to specify assigned subprefixes * Add preliminary support for RFC 6603 prefix exclusion SVN-Revision: 36193
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36192
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36191
-
Imre Kaloz authored
SVN-Revision: 36189
-
John Crispin authored
add librt dependency/link flag to procd when using eglibc thanks to jow for the help Signed-off-by:
Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 36188
-
John Crispin authored
http://patchwork.openwrt.org/patch/3316/ Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 36187
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36186
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36185
-
John Crispin authored
http://patchwork.openwrt.org/patch/3370/ Signed-off-by:
Rusink Rusinkoff <rzrusink@gmail.com> SVN-Revision: 36184
-
John Crispin authored
http://patchwork.openwrt.org/patch/3485/ Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 36183
-
John Crispin authored
This is a I2C current/voltage/power sensor. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 36182
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36181
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36180
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36179
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36178
-
John Crispin authored
MTK/Ralink Acked replied and says we can merge this patch under the GPL. Signed-off-by:
Serge Vasilugin <vasilugin@yandex.ru> Tested-by:
Michel Stempin <michel.stempin@wanadoo.fr> Acked-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36177
-
John Crispin authored
http://patchwork.openwrt.org/patch/3371/ Signed-off-by:
Chi Zhang <zhangchi866@gmail.com> SVN-Revision: 36176
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36175
-
John Crispin authored
http://patchwork.openwrt.org/patch/3466/ Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36174
-
John Crispin authored
http://patchwork.openwrt.org/patch/3510/ Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 36173
-
John Crispin authored
http://patchwork.openwrt.org/patch/3214/ Signed-off-by:
Cédric Le Moing <cedric.le-moing@laposte.net> SVN-Revision: 36172
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36171
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36170
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36169
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36168
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36167
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36166
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 36165
-