-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge with GPL 45581 + RT-AX86U binary blobs and SDK
- Merged GPL 45581 - Harmonized DNSFilter/dnsprivacy code with upstream (now enabled by default like upstream). - Merged 5.02p1 SDK - Merged RT-AX86U binary blobs - Ported iproute2-4.3 patches to iproute2-5.11 - Switch to Asus's implementation of static lease hostnames
- Loading branch information
Showing
10,132 changed files
with
2,147,803 additions
and
1,693,161 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 1 addition & 28 deletions
29
release/src-rt-5.02p1axhnd.675x/bcmdrivers/broadcom/char/bcmlibs/impl1/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,8 @@ | ||
# | ||
# Makefile for the bcmlibs module | ||
# | ||
|
||
ifneq ($(strip $(CONFIG_BCM_PKTFWD)),) | ||
EXTRA_CFLAGS += -DBCM_PKTFWD | ||
# Enable credit based Host Flow Control | ||
ifneq ($(strip $(CONFIG_BCM_PKTFWD_FLCTL)),) | ||
EXTRA_CFLAGS += -DBCM_PKTFWD_FLCTL | ||
endif | ||
endif # CONFIG_BCM_PKTFWD | ||
|
||
bcmlibs-objs := bcmlibs_module.o bit_pool_util.o | ||
bcmlibs-objs += bcm_pktfwd.o | ||
bcmlibs-objs += bcmlibs$(PRBM_EXT).o | ||
|
||
obj-$(CONFIG_BCM_LIBS) += bcmlibs.o | ||
|
||
EXTRA_CFLAGS += -I. -I$(src)/../include/ | ||
EXTRA_CFLAGS += -I$(INC_BRCMDRIVER_PRIV_PATH)/$(BRCM_BOARD) | ||
EXTRA_CFLAGS += -I$(INC_BRCMDRIVER_PUB_PATH)/$(BRCM_BOARD) | ||
EXTRA_CFLAGS += -I$(INC_BRCMSHARED_PUB_PATH)/$(BRCM_BOARD) | ||
|
||
EXTRA_CFLAGS += -Werror -Wfatal-errors | ||
|
||
clean: | ||
rm -f core *.ko *.o *.a *.s | ||
|
||
|
||
bcm_headers_install: | ||
echo BCMLIBS installing header | ||
echo cp -f --no-preserve=mode -r ../include/* $(INC_BCMDRIVER_PATH)/include/ | ||
cp -f --no-preserve=mode -r ../include/* $(INC_BCMDRIVER_PATH)/include/ | ||
|
||
.PHONY: bcm_headers_install | ||
|
Oops, something went wrong.