OpenWrt Forum Archive

Topic: DIR-615 H1 current sources

The content of this topic has been archived on 26 Nov 2017. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi.

Where are current sources for DIR615-H1 ?
Some patches are applied in the svn trunk, but
there is no dlink.sh (or something like that) in target/linux/ramips/rt305x/profiles.
Where to find current sources?

Best regards.

Do you search this?
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-615-h1.c

yes, I can see this file,
anyway one can not enable dir-615 h1 profile with 'make menuconfig'

OK, with such simple file added it compiles:


$ cat target/linux/ramips/rt305x/profiles/dlink.mk
#
# Copyright (C) 2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/DIR615H1
    NAME:=DIR-615 H1
    PACKAGES:=kmod-usb-core kmod-usb-ohci \
        kmod-usb2 kmod-ledtrig-usbdev \
        usb-modeswitch usb-modeswitch-data \
        kmod-usb-serial-option
endef

define Profile/DIR615H1/Description
    Package set for DIR-615 H1
endef

$(eval $(call Profile,DIR615H1))

WiFi LED works fine.

The discussion might have continued from here.