学习笔记:openwrt listen & send 方式实现进程间通信源码
源码: git clone https://github.com/heenbo/ubus_listen_send_test.git
Makefile
CROSS_COMPILE = mips-openwrt-linux-
CC = gcc
SOURCE = client1.c client2.c
PROJECT_CLIENT1 = client1.o
PROJECT_CLIENT2 = client2
学习笔记:openwrt listen & send 方式实现进程间通信源码
源码: git clone https://github.com/heenbo/ubus_listen_send_test.git
Makefile
CROSS_COMPILE = mips-openwrt-linux-
CC = gcc
SOURCE = client1.c client2.c
PROJECT_CLIENT1 = client1.o
PROJECT_CLIENT2 = client2