summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 06:01:06 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 06:01:06 +0000
commit2fe5cf2bd691b94a54651f95ea541194d6a4367c (patch)
tree0dccea4584b2e3dcd85ac1ad06de1d22d2e01dd5 /target/linux/ramips/rt305x
parente4b6dcee5e7c67a11a417c04790ac22bb287aa58 (diff)
downloadmaster-31e0f0ae-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.gz
master-31e0f0ae-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.bz2
master-31e0f0ae-2fe5cf2bd691b94a54651f95ea541194d6a4367c.zip
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
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r--target/linux/ramips/rt305x/profiles/sevenlinks.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/ramips/rt305x/profiles/sevenlinks.mk b/target/linux/ramips/rt305x/profiles/sevenlinks.mk
index e1a86652dd..6ddc3832d4 100644
--- a/target/linux/ramips/rt305x/profiles/sevenlinks.mk
+++ b/target/linux/ramips/rt305x/profiles/sevenlinks.mk
@@ -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))