mirror of
https://github.com/openwrt/routing.git
synced 2026-07-15 21:21:54 +04:00
39bab4b7c6d3407d3322457245ef32cd4bf253f1
fix wrong struct in pim.h big endian case it leads to compile error on ar71xx and other arch Error was: In file included from debug.c:71:0: ../include/linux/pim.h:14:3: error: expected specifier-qualifier-list before 'pim_type' pim_type:4; /* PIM message type */ ^ make[6]: *** [debug.o] Error 1 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Change feed name in Readme from openwrt-routing to routing because feeds system does not support "-"
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.
Description
Languages
Shell
35%
Makefile
32.3%
Lua
15.9%
C
15%
HTML
1.8%