Skip to content

Commit

Permalink
fix bug on makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miao1007 committed Sep 30, 2015
1 parent 27609ab commit d02931e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LOCATION=/home/leon/netkeeper/OpenWrt-Toolchain-ar71xx-for-mips_34kc-gcc-4.8-linaro_uClibc-0.9.33.2/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2
#TODO:请注意不同型号(mips/mipsel)路由器此处gcc文件名可能略有不同
CC=$(LOCATION)/bin/mips-openwrt-linux-gcc
CFLAGS=-Os -Werror -I$(LOCATION)/include -fPIC -shared -o
CFLAGS=-Os -Werror -I$(LOCATION)/include -fPIC

# TODO: change RADIUS
#
Expand Down

0 comments on commit d02931e

Please sign in to comment.