adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles...
[openwrt.git] / package / ifxmips-atm / src / Makefile
1 obj-m += ifx-atm.o
2 ifx-atm-objs := skb.o irq.o proc.o core.o ppe.o
3
4 EXTRA_CFLAGS += -DENABLE_RX_QOS=1
This page took 0.045785 seconds and 5 git commands to generate.