ramips: fix 7Links PX-4885 dts{, i}, board, image and profile names

The following patch changes 7Links PX-4885 dts{,i} filenames, board, image and profile names from "PX4885" to "PX-4885" (for consistency).

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>

SVN-Revision: 46629
This commit is contained in:
John Crispin
2015-08-17 06:01:06 +00:00
parent e4b6dcee5e
commit 2fe5cf2bd6
9 changed files with 17 additions and 19 deletions

View File

@@ -5,16 +5,14 @@
# See /LICENSE for more information.
#
define Profile/PX4885
define Profile/PX-4885
NAME:=7Links PX-4885
PACKAGES:=\
kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \
kmod-ledtrig-usbdev kmod-leds-gpio
endef
define Profile/PX4885/Description
define Profile/PX-4885/Description
Package set for 7Links PX-4885 wireless router.
endef
$(eval $(call Profile,PX4885))
$(eval $(call Profile,PX-4885))