mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-18 23:41:30 +02:00
16 lines
236 B
Text
16 lines
236 B
Text
KERNEL_VER=3.0
|
|
FS_VER=0.4
|
|
KERNEL_VER_AM=$(subst .,,$(KERNEL_VER))
|
|
FS_VER_AM=$(subst .,,$(FS_VER))
|
|
|
|
SERIALNO=388.8
|
|
EXTENDNO=4
|
|
|
|
ifeq ($(ROG_UI),y)
|
|
EXTENDNO:=$(EXTENDNO)_rog
|
|
endif
|
|
ifeq ($(TUF_UI),y)
|
|
EXTENDNO:=$(EXTENDNO)_tuf
|
|
endif
|
|
|
|
RCNO=0
|