Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
6bfe50b3
Commit
6bfe50b3
authored
15 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
fix licensing issues of ifxmips dsl driver
SVN-Revision: 20636
parent
e7cab3a7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package/ifxmips-dsl-api/Config.in
+7
-0
7 additions, 0 deletions
package/ifxmips-dsl-api/Config.in
package/ifxmips-dsl-api/Makefile
+18
-1
18 additions, 1 deletion
package/ifxmips-dsl-api/Makefile
package/ifxmips-dsl-control/Makefile
+1
-1
1 addition, 1 deletion
package/ifxmips-dsl-control/Makefile
with
26 additions
and
2 deletions
package/ifxmips-dsl-api/Config.in
+
7
−
0
View file @
6bfe50b3
...
...
@@ -17,6 +17,13 @@ config IFXMIPS_ANNEX_B
endchoice
config IFXMIPS_DSL_FIRMWARE
bool "ifxmips-dsl firmware extractor"
default y
depends on PACKAGE_kmod-ifxmips-dsl-api
help
Say Y, if you need ifxmips-dsl to auto extract the firmware for you from the a800 firmware image
config IFXMIPS_DSL_DEBUG
bool "ifxmips-dsl debugging"
depends on PACKAGE_kmod-ifxmips-dsl-api
...
...
This diff is collapsed.
Click to expand it.
package/ifxmips-dsl-api/Makefile
+
18
−
1
View file @
6bfe50b3
...
...
@@ -34,7 +34,7 @@ define KernelPackage/ifxmips-dsl-api
TITLE
:=
DSL CPE API driver
URL
:=
http://www.infineon.com/
MAINTAINER
:=
Infineon Technologies AG / Lantiq / blogic@openwrt.org
DEPENDS
:=
@TARGET_ifxmips
DEPENDS
:=
@TARGET_ifxmips
@BROKEN
FILES
:=
$(
PKG_BUILD_DIR
)
/src/mei/ifxmips_mei.
$(
LINUX_KMOD_SUFFIX
)
\
$(
PKG_BUILD_DIR
)
/src/drv_dsl_cpe_api.
$(
LINUX_KMOD_SUFFIX
)
\
$(
PKG_BUILD_DIR
)
/src/mei/ifxmips_atm.
$(
LINUX_KMOD_SUFFIX
)
...
...
@@ -57,6 +57,17 @@ define KernelPackage/ifxmips-dsl-api/config
source
"$(SOURCE)/Config.in"
endef
ifeq
($(CONFIG_IFXMIPS_DSL_FIRMWARE),y)
FW_FILE
:=
arcor_A800_452CPW_FW_1.02.206
(
20081201
)
.bin
define
Download/firmware
URL
:=
http://www.arcor.de/hilfe/files/pdf/
FILE
=
$(
FW_FILE
)
MD5SUM
:=
19d9af4e369287a0f0abaed415cdac10
endef
$(
eval
$(
call Download,firmware
))
else
define
Download/annex-a
FILE
:=
$(
FW_BASE_NAME
)
_a-
$(
FW_A_VER
)
.tar.gz
URL
:=
http://mirror2.openwrt.org/sources/
...
...
@@ -70,6 +81,7 @@ define Download/annex-b
MD5SUM
:=
$(
FW_B_MD5
)
endef
$(
eval
$(
call Download,annex-b
))
endif
IFX_DSL_MAX_DEVICE
=
1
IFX_DSL_LINES_PER_DEVICE
=
1
...
...
@@ -145,7 +157,12 @@ endef
define
KernelPackage/ifxmips-dsl-api/install
$(INSTALL_DIR)
$(1)/lib/firmware/
ifeq
($(CONFIG_IFXMIPS_DSL_FIRMWARE),y)
$(PLATFORM_DIR)/extract.sh
$(DL_DIR)
'$(FW_FILE)'
$(CP)
$(DL_DIR)/dsl_
$(
if
$(
CONFIG_IFXMIPS_ANNEX_A
)
,a,b
)
.bin
$(1)/lib/firmware/ModemHWE.bin
else
$(CP)
$(PKG_BUILD_DIR)/$(FW_BASE_NAME)_
$(
if
$(
CONFIG_IFXMIPS_ANNEX_A
)
,a_
$(
FW_A_FILE_VER
)
,b_
$(
FW_B_FILE_VER
))
.bin
$(1)/lib/firmware/ModemHWE.bin
endif
endef
$(
eval
$(
call KernelPackage,ifxmips-dsl-api
))
This diff is collapsed.
Click to expand it.
package/ifxmips-dsl-control/Makefile
+
1
−
1
View file @
6bfe50b3
...
...
@@ -24,7 +24,7 @@ define Package/ifxmips-dsl-control
TITLE
:=
DSL CPE control application
URL
:=
http://www.infineon.com/
MAINTAINER
:=
Infineon Technologies AG / Lantiq / blogic@openwrt.org
DEPENDS
:=
+kmod-ifxmips-dsl-api +libpthread
DEPENDS
:=
+kmod-ifxmips-dsl-api +libpthread
@BROKEN
endef
define
Package/ifxmips-dsl-control/description
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment