Go to file
Florian Fainelli 725ad74b67 ahcpd: fix build with ARM VFP toolchains
Building ahcpd for a ARM VFP enabled target will produce the following build
failure:

arm-openwrt-linux-uclibcgnueabi-gcc -Os -g -Wall
-L/exp00/fainelli/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/usr/lib
-L/exp00/fainelli/openwrt/trunk/staging_dir/target-arm_mpcore+vfp_uClibc-0.9.33.2_eabi/lib
-L/exp00/fainelli/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/usr/lib
-L/exp00/fainelli/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/lib
-o ahcpd ahcpd.o monotonic.o transport.o prefix.o configure.o config.o lease.o
-lrt
/exp00/fainelli/openwrt/trunk/staging_dir/toolchain-arm_mpcore+vfp_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/lib/gcc/arm-openwrt-linux-uclibcgnueabi/4.6.4/../../../../arm-openwrt-linux-uclibcgnueabi/bin/ld:
error: ahcpd uses VFP register arguments, ahcpd.o does not

fix this by making sure that TARGET_CFLAGS are correctly passed down to ahcpd's
Makefile and used as the compiler CFLAGS by using EXTRA_DEFINES.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-03-06 12:06:27 -08:00
ahcpd ahcpd: fix build with ARM VFP toolchains 2014-03-06 12:06:27 -08:00
alfred alfred: bump version to 2014.0.0 2014-01-15 18:24:47 +01:00
babeld babeld: migrate from openwrt/packages 2013-10-28 16:20:38 +00:00
babels babels: allow routes with source ::/128 2014-02-18 13:52:13 +01:00
batman-adv batman-adv: 2014.0.0 updated stability fixes 2014-02-15 09:41:19 +08:00
batmand batmand: adjust folder name to application name 2013-04-24 23:27:19 +08:00
bird [bird] Bump package release. 2014-01-18 18:33:25 +01:00
bmx6 [bmx6] update 2014-03-01 21:32:42 +01:00
hnetd hnetd: fix a segfault in ubus handling code 2014-03-05 18:25:35 +01:00
luci-app-bmx6 luci-app-bmx6: Fix topology graph with backwards compatibility 2014-02-25 18:14:07 +01:00
ndppd ndppd: new upstream release 0.2.3 2013-10-28 16:20:10 +00:00
nodogsplash nodogsplash: recognize yes, true or 1 as valid TrafficControl values 2013-12-15 08:47:17 -03:00
ohybridproxy ohybridproxy: work around connection handling issues in mdnsd 2014-02-20 19:50:09 +01:00
olsrd IPv6 SmartGW doesn't require IPv6 NAT support 2014-02-11 19:08:20 +01:00
quagga quagga: Update to v0.99.22.3 2013-08-02 20:58:17 +03:00
MAINTAINERS Add myself to maintainers 2014-02-18 12:03:01 +01:00
README Change feed name in Readme from openwrt-routing to routing because feeds system does not support "-" 2013-05-02 18:44:23 +02:00

README

This is an OpenWrt package feed containing community maintained routing packages.

To use these packages, add the following line to the feeds.conf
in the OpenWrt buildroot:

  src-git routing git://github.com/openwrt-routing/packages.git
  
Update the feed:

  ./scripts/feeds update routing
  
Activate the package:

  ./scripts/feeds install -a -p routing
  
The routing packages should now appear in menuconfig.