mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
fix board name for nvram and switch packages on brcm-2.4 after [8653]
SVN-Revision: 8664
This commit is contained in:
parent
77fb42c9cb
commit
e3dc76af1b
@ -26,7 +26,7 @@ define Build/Prepare
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
ifeq ($(BOARD),brcm)
|
||||
ifeq ($(BOARD),brcm-2.4)
|
||||
BUILDFLAGS=-DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include $(if $(CONFIG_LINUX_2_4),-DLINUX_2_4)
|
||||
endif
|
||||
|
||||
|
@ -34,7 +34,7 @@ define Build/Prepare
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
ifeq ($(BOARD),brcm)
|
||||
ifeq ($(BOARD),brcm-2.4)
|
||||
BUILDFLAGS := -DBROADCOM -DBCMDRIVER -I$(LINUX_DIR)/arch/mips/bcm947xx/include
|
||||
else
|
||||
ifeq ($(BOARD),brcm47xx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user